aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
diff options
context:
space:
mode:
authorlbsa712009-04-09 16:40:02 +0000
committerlbsa712009-04-09 16:40:02 +0000
commit5572a00295e36e3ee455a4eef9879c4685f3589d (patch)
treef0c2d7b2f417a100fcb2e5c9cccec051d1684e09 /OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
parent* Allows MRMs to import libraries in the OpenSim bin directory. (diff)
downloadopensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.zip
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.gz
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.bz2
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.xz
* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to that in all db tests. *phew*
Diffstat (limited to 'OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs')
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs b/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
index ff324e7..fd6f508 100644
--- a/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
+++ b/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs
@@ -30,6 +30,7 @@ using NUnit.Framework;
30using OpenSim.Data.Tests; 30using OpenSim.Data.Tests;
31using log4net; 31using log4net;
32using System.Reflection; 32using System.Reflection;
33using OpenSim.Tests.Common;
33 34
34namespace OpenSim.Data.MySQL.Tests 35namespace OpenSim.Data.MySQL.Tests
35{ 36{