Rename test services to mock services, since this is a more accurate description

remove duplicate mock inventory service
This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-12 18:44:03 +00:00
parent d21fc1cefb
commit 2f092d271e
5 changed files with 13 additions and 156 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
[SetUp]
public void Init()
{
m_assetService = new TestAssetService();
m_assetService = new MockAssetService();
m_uuidGatherer = new UuidGatherer(m_assetService);
}