Rename TestAssetDataPlugin to MockAssetDataPlugin

mysql-performance
Justin Clark-Casey (justincc) 2009-11-27 19:56:06 +00:00
parent 66f511c76a
commit 3e4000b9d9
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ namespace OpenSim.Tests.Common.Mock
/// mono addin plugin system starts co-operating with the unit test system. Currently no locking since unit
/// tests are single threaded.
/// </summary>
public class TestAssetDataPlugin : BaseAssetRepository, IAssetDataPlugin
public class MockAssetDataPlugin : BaseAssetRepository, IAssetDataPlugin
{
public string Version { get { return "0"; } }
public string Name { get { return "TestAssetDataPlugin"; } }
public string Name { get { return "MockAssetDataPlugin"; } }
public void Initialise() {}
public void Initialise(string connect) {}