* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to that in all db tests. *phew*

This commit is contained in:
lbsa71
2009-04-09 16:40:02 +00:00
parent f44694c28e
commit 5572a00295
38 changed files with 67 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ using NUnit.Framework;
using OpenSim.Data.Tests;
using log4net;
using System.Reflection;
using OpenSim.Tests.Common;
namespace OpenSim.Data.MySQL.Tests
{