diff options
author | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-11 18:07:23 +0000 |
commit | bec39938491a2be01805627018c07430d0df4710 (patch) | |
tree | 897b3a83375d543f6ac9cd8cb749a2eface49d6d /OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs | |
parent | * Remove duplicate Python module entry in prebuild.xml (it's not impossible t... (diff) | |
download | opensim-SC-bec39938491a2be01805627018c07430d0df4710.zip opensim-SC-bec39938491a2be01805627018c07430d0df4710.tar.gz opensim-SC-bec39938491a2be01805627018c07430d0df4710.tar.bz2 opensim-SC-bec39938491a2be01805627018c07430d0df4710.tar.xz |
* Fold mock classes into existing OpenSim/Tests/Common assembly rather than sprouting another one
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs (renamed from OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs index 6a5c31e..f44339a 100644 --- a/OpenSim/Tests/Infra/Mock/TestAssetDataPlugin.cs +++ b/OpenSim/Tests/Common/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.Mock | 32 | namespace OpenSim.Tests.Common.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 |