aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Infra/TestAssetDataPlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Infra/TestAssetDataPlugin.cs (renamed from OpenSim/Region/Environment/Scenes/Tests/TestAssetDataPlugin.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestAssetDataPlugin.cs b/OpenSim/Tests/Infra/TestAssetDataPlugin.cs
index 9aeb5fa..44276dc 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestAssetDataPlugin.cs
+++ b/OpenSim/Tests/Infra/TestAssetDataPlugin.cs
@@ -29,7 +29,7 @@ using OpenMetaverse;
29using OpenSim.Framework; 29using OpenSim.Framework;
30using OpenSim.Framework.Communications; 30using OpenSim.Framework.Communications;
31 31
32namespace OpenSim.Region.Environment.Scenes.Tests 32namespace OpenSim.Tests.Infra
33{ 33{
34 /// <summary> 34 /// <summary>
35 /// In memory asset data plugin for test purposes. Could be another dll when properly filled out and when the 35 /// In memory asset data plugin for test purposes. Could be another dll when properly filled out and when the