aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMike Mazur2009-02-03 05:20:03 +0000
committerMike Mazur2009-02-03 05:20:03 +0000
commitf8e45e8e981bfd87f3765d7452046515e11a9345 (patch)
tree1633c1c52b5a42ce5da507faa84dca0d5e96726f /OpenSim/Tests
parent* Establish OnOarFileSaved EventManager event and subscribe to that instead o... (diff)
downloadopensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.zip
opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.gz
opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.bz2
opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.xz
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs
index f44339a..ebece27 100644
--- a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs
+++ b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs
@@ -36,7 +36,7 @@ namespace OpenSim.Tests.Common.Mock
36 /// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit 36 /// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit
37 /// tests are single threaded. 37 /// tests are single threaded.
38 /// </summary> 38 /// </summary>
39 public class TestAssetDataPlugin : IAssetProviderPlugin 39 public class TestAssetDataPlugin : IAssetDataPlugin
40 { 40 {
41 public string Version { get { return "0"; } } 41 public string Version { get { return "0"; } }
42 public string Name { get { return "TestAssetDataPlugin"; } } 42 public string Name { get { return "TestAssetDataPlugin"; } }