aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestInventoryService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-12 18:44:03 +0000
committerJustin Clark-Casey (justincc)2009-11-12 18:44:03 +0000
commit2f092d271e80dbc7af47671fbb946de75b6110a9 (patch)
treeb9add763319af6a907863139506892b150009792 /OpenSim/Tests/Common/Mock/TestInventoryService.cs
parentminor: for now stop iar tests spewing log messages when running testsuite (diff)
downloadopensim-SC-2f092d271e80dbc7af47671fbb946de75b6110a9.zip
opensim-SC-2f092d271e80dbc7af47671fbb946de75b6110a9.tar.gz
opensim-SC-2f092d271e80dbc7af47671fbb946de75b6110a9.tar.bz2
opensim-SC-2f092d271e80dbc7af47671fbb946de75b6110a9.tar.xz
Rename test services to mock services, since this is a more accurate description
remove duplicate mock inventory service
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/MockInventoryService.cs (renamed from OpenSim/Tests/Common/Mock/TestInventoryService.cs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestInventoryService.cs b/OpenSim/Tests/Common/Mock/MockInventoryService.cs
index 5a0ee7c..1ea4bc1 100644
--- a/OpenSim/Tests/Common/Mock/TestInventoryService.cs
+++ b/OpenSim/Tests/Common/Mock/MockInventoryService.cs
@@ -35,13 +35,13 @@ using Nini.Config;
35 35
36namespace OpenSim.Tests.Common.Mock 36namespace OpenSim.Tests.Common.Mock
37{ 37{
38 public class TestInventoryService : IInventoryService 38 public class MockInventoryService : IInventoryService
39 { 39 {
40 public TestInventoryService() 40 public MockInventoryService()
41 { 41 {
42 } 42 }
43 43
44 public TestInventoryService(IConfigSource config) 44 public MockInventoryService(IConfigSource config)
45 { 45 {
46 } 46 }
47 47