diff options
author | Justin Clark-Casey (justincc) | 2011-12-03 19:32:59 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-03 19:32:59 +0000 |
commit | a82aea53f863566037fa4fe3d546f57a49a126fa (patch) | |
tree | d264eec14628de88d44c2d23da8da240a68aa85e /OpenSim/Region/Framework/Scenes | |
parent | Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() sin... (diff) | |
download | opensim-SC_OLD-a82aea53f863566037fa4fe3d546f57a49a126fa.zip opensim-SC_OLD-a82aea53f863566037fa4fe3d546f57a49a126fa.tar.gz opensim-SC_OLD-a82aea53f863566037fa4fe3d546f57a49a126fa.tar.bz2 opensim-SC_OLD-a82aea53f863566037fa4fe3d546f57a49a126fa.tar.xz |
Split up test SceneHelpers to provide an AddChildScenePresence() call
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs index 946481c..d4c299f 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs | |||
@@ -166,6 +166,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
166 | /// </summary> | 166 | /// </summary> |
167 | /// <remarks> | 167 | /// <remarks> |
168 | /// Please note that unlike the other tests here, this doesn't rely on anything set up in the instance fields. | 168 | /// Please note that unlike the other tests here, this doesn't rely on anything set up in the instance fields. |
169 | /// INCOMPLETE | ||
169 | /// </remarks> | 170 | /// </remarks> |
170 | [Test] | 171 | [Test] |
171 | public void TestChildAgentEstablishedInNeighbour() | 172 | public void TestChildAgentEstablishedInNeighbour() |