diff options
author | dahlia | 2009-11-30 01:09:46 -0800 |
---|---|---|
committer | dahlia | 2009-11-30 01:09:46 -0800 |
commit | 5b0bb1eff97065a5e02d8fed757bb71f9262595f (patch) | |
tree | 75901727de505d71cb799a96dfaa27fa43031c29 /OpenSim/Tests | |
parent | add agent position to output of "show users" console command (diff) | |
parent | * Patch from Misterblue to fix Environment.TickCount for statistics purposes.... (diff) | |
download | opensim-SC-5b0bb1eff97065a5e02d8fed757bb71f9262595f.zip opensim-SC-5b0bb1eff97065a5e02d8fed757bb71f9262595f.tar.gz opensim-SC-5b0bb1eff97065a5e02d8fed757bb71f9262595f.tar.bz2 opensim-SC-5b0bb1eff97065a5e02d8fed757bb71f9262595f.tar.xz |
Merge branch 'master' of ssh://dahlia@myConnection01/var/git/opensim
Diffstat (limited to '')
-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) {} |