diff options
author | Sean Dague | 2008-04-02 15:38:44 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:38:44 +0000 |
commit | 86cf07f1c40b82b3f90bb7275444f522f14fbc9d (patch) | |
tree | 6d5b20aed04bbd92fd1db79fe628904f848b70cf /OpenSim/Tests/Inventory | |
parent | attempt to fix up all refernces to new directory structure (diff) | |
download | opensim-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/Inventory')
-rw-r--r-- | OpenSim/Tests/Inventory/TestInventory.cs | 6 |
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 | ||
33 | using libsecondlife; | 33 | using libsecondlife; |
34 | using OpenSim.Framework.Types; | 34 | using OpenSim.Framework.Types; |
35 | using OpenSim.Framework.Data; | 35 | using OpenSim.Data; |
36 | using OpenSim.Framework.Data.SQLite; | 36 | using OpenSim.Data.SQLite; |
37 | using OpenSim.Framework.Data.MySQL; | 37 | using OpenSim.Data.MySQL; |
38 | using OpenSim.Framework.Console; | 38 | using OpenSim.Framework.Console; |
39 | 39 | ||
40 | namespace OpenSim.Test.Inventory | 40 | namespace OpenSim.Test.Inventory |