diff options
Diffstat (limited to '')
-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 | } |