aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-27 20:33:18 +0000
committerJustin Clarke Casey2008-11-27 20:33:18 +0000
commit9b038021890485971fceca7823f64e8408f68644 (patch)
treeb244d1407e0ebf7300226d985b2b474b5ce50de6 /OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs
parent* minor: remove mono compiler warnings (diff)
downloadopensim-SC_OLD-9b038021890485971fceca7823f64e8408f68644.zip
opensim-SC_OLD-9b038021890485971fceca7823f64e8408f68644.tar.gz
opensim-SC_OLD-9b038021890485971fceca7823f64e8408f68644.tar.bz2
opensim-SC_OLD-9b038021890485971fceca7823f64e8408f68644.tar.xz
* test: Inch forward with another test by using a skeletal in memory inventory data plugin
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs b/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs
index 9b2046b..07cd429 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs
@@ -41,6 +41,10 @@ namespace OpenSim.Region.Environment.Scenes.Tests
41 LocalUserServices lus = new LocalUserServices(null, 991, 992, null); 41 LocalUserServices lus = new LocalUserServices(null, 991, 992, null);
42 m_userService = lus; 42 m_userService = lus;
43 m_userServiceAdmin = lus; 43 m_userServiceAdmin = lus;
44
45 LocalInventoryService lis = new LocalInventoryService();
46 m_interServiceInventoryService = lis;
47 AddInventoryService(lis);
44 } 48 }
45 } 49 }
46} 50}