diff options
author | Justin Clarke Casey | 2008-11-27 20:33:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-27 20:33:18 +0000 |
commit | 9b038021890485971fceca7823f64e8408f68644 (patch) | |
tree | b244d1407e0ebf7300226d985b2b474b5ce50de6 /OpenSim/Region/Environment/Scenes/Tests/TestCommunicationsManager.cs | |
parent | * minor: remove mono compiler warnings (diff) | |
download | opensim-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.cs | 4 |
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 | } |