mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Rename test services to mock services, since this is a more accurate description
remove duplicate mock inventory service
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user