* Added custom DatabaseTestAttribute to help separating unit tests from component tests.

This commit is contained in:
lbsa71
2009-04-09 06:42:15 +00:00
parent 65dcfdf031
commit a707fa7bea
31 changed files with 47 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ using System.Reflection;
namespace OpenSim.Data.MySQL.Tests
{
[TestFixture]
[TestFixture, DatabaseTest]
public class MySQLAssetTest : BasicAssetTest
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);