aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
diff options
context:
space:
mode:
authorteravus2013-10-04 16:52:55 -0500
committerteravus2013-10-04 16:52:55 -0500
commit28d704599e94f4016a984b45db1ec328ff741573 (patch)
tree1881effba2b4417cbce3e39fe35d3319e5f3cf8b /OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
parentMerge branch 'master' of careminster:/var/git/careminster (diff)
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-28d704599e94f4016a984b45db1ec328ff741573.zip
opensim-SC_OLD-28d704599e94f4016a984b45db1ec328ff741573.tar.gz
opensim-SC_OLD-28d704599e94f4016a984b45db1ec328ff741573.tar.bz2
opensim-SC_OLD-28d704599e94f4016a984b45db1ec328ff741573.tar.xz
Merge branch 'master' of careminster:/var/git/careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
index 4ae7a8e..9fa0a71 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs
@@ -79,8 +79,10 @@ namespace OpenSim.Region.Framework.Scenes.Tests
79 79
80 // TODO: Need to add tests for other ICapabiltiesModule methods. 80 // TODO: Need to add tests for other ICapabiltiesModule methods.
81 81
82 scene.IncomingCloseAgent(sp.UUID, false); 82// scene.IncomingCloseAgent(sp.UUID, false);
83 //Assert.That(capsMod.GetCapsForUser(spUuid), Is.Null); 83// //Assert.That(capsMod.GetCapsForUser(spUuid), Is.Null);
84 scene.CloseAgent(sp.UUID, false);
85// Assert.That(capsMod.GetCapsForUser(spUuid), Is.Null);
84 86
85 // TODO: Need to add tests for other ICapabiltiesModule methods. 87 // TODO: Need to add tests for other ICapabiltiesModule methods.
86 } 88 }