aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
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