aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-20 17:27:45 +0000
committerJustin Clarke Casey2008-11-20 17:27:45 +0000
commit00d9c3c2cc2edad290365cc9cb39aa86868b2e63 (patch)
treee897ce4984e189c956b79aff8038583153309c0f /OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs
parent* Add forgotton tag to existing remove scene object test (diff)
downloadopensim-SC_OLD-00d9c3c2cc2edad290365cc9cb39aa86868b2e63.zip
opensim-SC_OLD-00d9c3c2cc2edad290365cc9cb39aa86868b2e63.tar.gz
opensim-SC_OLD-00d9c3c2cc2edad290365cc9cb39aa86868b2e63.tar.bz2
opensim-SC_OLD-00d9c3c2cc2edad290365cc9cb39aa86868b2e63.tar.xz
* Add a scratch test for removing a client from a scene
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs b/OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs
index 2b2a114..1cdd32c 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/SceneTestUtils.cs
@@ -52,8 +52,7 @@ namespace OpenSim.Region.Environment.Scenes.Tests
52 52
53 AgentCircuitManager acm = new AgentCircuitManager(); 53 AgentCircuitManager acm = new AgentCircuitManager();
54 CommunicationsManager cm = new TestCommunicationsManager(); 54 CommunicationsManager cm = new TestCommunicationsManager();
55 //SceneCommunicationService scs = new SceneCommunicationService(cm); 55 SceneCommunicationService scs = new SceneCommunicationService(cm);
56 SceneCommunicationService scs = null;
57 StorageManager sm = new OpenSim.Region.Environment.StorageManager("OpenSim.Data.Null.dll", "", ""); 56 StorageManager sm = new OpenSim.Region.Environment.StorageManager("OpenSim.Data.Null.dll", "", "");
58 BaseHttpServer httpServer = new BaseHttpServer(666); 57 BaseHttpServer httpServer = new BaseHttpServer(666);
59 IConfigSource configSource = new IniConfigSource(); 58 IConfigSource configSource = new IniConfigSource();