diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs (renamed from OpenSim/Tests/Infra/TestAssetDataPlugin.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Infra/TestAssetDataPlugin.cs b/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs index 44276dc..6a5c31e 100644 --- a/OpenSim/Tests/Infra/TestAssetDataPlugin.cs +++ b/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs | |||
@@ -29,7 +29,7 @@ using OpenMetaverse; | |||
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Framework.Communications; | 30 | using OpenSim.Framework.Communications; |
31 | 31 | ||
32 | namespace OpenSim.Tests.Infra | 32 | namespace OpenSim.Tests.Infra.Mock |
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 |