aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-04 17:32:20 +0000
committerJustin Clarke Casey2009-05-04 17:32:20 +0000
commit3a27a056073afb9f1fb285df136d2800f4f9c1a3 (patch)
treea4ca943ac817663be49ef24bfff968248c2620de /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
parent* Enhance some internal inventory data plugin behaviour to match what was pro... (diff)
downloadopensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.zip
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.gz
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.bz2
opensim-SC_OLD-3a27a056073afb9f1fb285df136d2800f4f9c1a3.tar.xz
* refactor: move OspResolver to a different namespace
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index 214f494..274e329 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -40,6 +40,7 @@ using OpenSim.Framework.Serialization;
40using OpenSim.Framework.Serialization.External; 40using OpenSim.Framework.Serialization.External;
41using OpenSim.Framework.Communications; 41using OpenSim.Framework.Communications;
42using OpenSim.Framework.Communications.Cache; 42using OpenSim.Framework.Communications.Cache;
43using OpenSim.Framework.Communications.Osp;
43using OpenSim.Region.CoreModules.Avatar.Inventory.Archiver; 44using OpenSim.Region.CoreModules.Avatar.Inventory.Archiver;
44using OpenSim.Region.CoreModules.World.Serialiser; 45using OpenSim.Region.CoreModules.World.Serialiser;
45using OpenSim.Region.Framework.Scenes; 46using OpenSim.Region.Framework.Scenes;