diff options
author | Justin Clark-Casey (justincc) | 2009-11-27 19:56:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-27 19:56:06 +0000 |
commit | 3e4000b9d9c69a032af5ebf76cddb1726aea1994 (patch) | |
tree | 97834b22e00a8080087c9adc450dacd17914e6dc /OpenSim | |
parent | Remove unused GetDefaultAppearance() static function that is also available o... (diff) | |
download | opensim-SC_OLD-3e4000b9d9c69a032af5ebf76cddb1726aea1994.zip opensim-SC_OLD-3e4000b9d9c69a032af5ebf76cddb1726aea1994.tar.gz opensim-SC_OLD-3e4000b9d9c69a032af5ebf76cddb1726aea1994.tar.bz2 opensim-SC_OLD-3e4000b9d9c69a032af5ebf76cddb1726aea1994.tar.xz |
Rename TestAssetDataPlugin to MockAssetDataPlugin
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Tests/Common/Mock/MockAssetDataPlugin.cs (renamed from OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs b/OpenSim/Tests/Common/Mock/MockAssetDataPlugin.cs index 20ea18f..cc1dfbf 100644 --- a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/MockAssetDataPlugin.cs | |||
@@ -38,10 +38,10 @@ namespace OpenSim.Tests.Common.Mock | |||
38 | /// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit | 38 | /// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit |
39 | /// tests are single threaded. | 39 | /// tests are single threaded. |
40 | /// </summary> | 40 | /// </summary> |
41 | public class TestAssetDataPlugin : BaseAssetRepository, IAssetDataPlugin | 41 | public class MockAssetDataPlugin : BaseAssetRepository, IAssetDataPlugin |
42 | { | 42 | { |
43 | public string Version { get { return "0"; } } | 43 | public string Version { get { return "0"; } } |
44 | public string Name { get { return "TestAssetDataPlugin"; } } | 44 | public string Name { get { return "MockAssetDataPlugin"; } } |
45 | 45 | ||
46 | public void Initialise() {} | 46 | public void Initialise() {} |
47 | public void Initialise(string connect) {} | 47 | public void Initialise(string connect) {} |