aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/TestInventoryDataPlugin.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-10 20:57:15 +0000
committerJustin Clarke Casey2008-12-10 20:57:15 +0000
commitc9ae8fce5efba118b3c79c6b352996467be7cda5 (patch)
treeebc1689f956b63e3919a073d2b98cbbd23c9e373 /OpenSim/Region/Environment/Scenes/Tests/TestInventoryDataPlugin.cs
parent* Delete empty unused test directories (diff)
downloadopensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.zip
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.gz
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.bz2
opensim-SC_OLD-c9ae8fce5efba118b3c79c6b352996467be7cda5.tar.xz
* refactor: Move test infrastructure code to its own package so that it can be reused by more than Environment tests
* This shuffles the test packages in prebuild.xml below it so they can all potentially reference it
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Infra/TestInventoryDataPlugin.cs (renamed from OpenSim/Region/Environment/Scenes/Tests/TestInventoryDataPlugin.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestInventoryDataPlugin.cs b/OpenSim/Tests/Infra/TestInventoryDataPlugin.cs
index 45fc36e..d59c1de 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestInventoryDataPlugin.cs
+++ b/OpenSim/Tests/Infra/TestInventoryDataPlugin.cs
@@ -30,7 +30,7 @@ using System.Collections.Generic;
30using OpenMetaverse; 30using OpenMetaverse;
31using OpenSim.Framework; 31using OpenSim.Framework;
32 32
33namespace OpenSim.Region.Environment.Scenes.Tests 33namespace OpenSim.Tests.Infra
34{ 34{
35 /// <summary> 35 /// <summary>
36 /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the 36 /// In memory inventory data plugin for test purposes. Could be another dll when properly filled out and when the