* 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

@@ -28,6 +28,7 @@
using System.IO;
using NUnit.Framework;
using OpenSim.Data.Tests;
using OpenSim.Tests.Common;
namespace OpenSim.Data.SQLite.Tests
{