diff options
author | Justin Clarke Casey | 2008-12-11 16:40:22 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-11 16:40:22 +0000 |
commit | e02aaaf9db6750867fa74f96861a3d3f8d03693f (patch) | |
tree | 672f53945d42ac374965bb238b6be14a70f9282e /OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs | |
parent | Reimplemented running of ShutdownCommandFile. Mantis #2800 (diff) | |
download | opensim-SC-e02aaaf9db6750867fa74f96861a3d3f8d03693f.zip opensim-SC-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.gz opensim-SC-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.bz2 opensim-SC-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.xz |
* minor: Move mock test classes into mock namespace
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 |