aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorSean Dague2008-04-02 15:38:44 +0000
committerSean Dague2008-04-02 15:38:44 +0000
commit86cf07f1c40b82b3f90bb7275444f522f14fbc9d (patch)
tree6d5b20aed04bbd92fd1db79fe628904f848b70cf /OpenSim/Tests
parentattempt to fix up all refernces to new directory structure (diff)
downloadopensim-SC_OLD-86cf07f1c40b82b3f90bb7275444f522f14fbc9d.zip
opensim-SC_OLD-86cf07f1c40b82b3f90bb7275444f522f14fbc9d.tar.gz
opensim-SC_OLD-86cf07f1c40b82b3f90bb7275444f522f14fbc9d.tar.bz2
opensim-SC_OLD-86cf07f1c40b82b3f90bb7275444f522f14fbc9d.tar.xz
changing more references to OpenSim.Data
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Inventory/TestInventory.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tests/Inventory/TestInventory.cs b/OpenSim/Tests/Inventory/TestInventory.cs
index 5906b8f..c1351d9 100644
--- a/OpenSim/Tests/Inventory/TestInventory.cs
+++ b/OpenSim/Tests/Inventory/TestInventory.cs
@@ -32,9 +32,9 @@ using NUnit.Framework;
32 32
33using libsecondlife; 33using libsecondlife;
34using OpenSim.Framework.Types; 34using OpenSim.Framework.Types;
35using OpenSim.Framework.Data; 35using OpenSim.Data;
36using OpenSim.Framework.Data.SQLite; 36using OpenSim.Data.SQLite;
37using OpenSim.Framework.Data.MySQL; 37using OpenSim.Data.MySQL;
38using OpenSim.Framework.Console; 38using OpenSim.Framework.Console;
39 39
40namespace OpenSim.Test.Inventory 40namespace OpenSim.Test.Inventory