From 342126b7b9ca386f9160daecb51ecc14487a5f9f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 22 Apr 2009 22:19:43 +0000 Subject: * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules --- OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs') diff --git a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs index 93891c0..4ade40d 100644 --- a/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs +++ b/OpenSim/Tests/Common/Mock/TestCommunicationsManager.cs @@ -67,7 +67,7 @@ namespace OpenSim.Tests.Common.Mock m_interServiceInventoryService = lis; AddInventoryService(lis); - LocalUserServices lus = new LocalUserServices(991, 992, lis); + LocalUserServices lus = new LocalUserServices(991, 992, this); lus.AddPlugin(m_userDataPlugin); m_userService = lus; m_userAdminService = lus; -- cgit v1.1