aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-09 02:25:40 +0100
committerJustin Clark-Casey (justincc)2011-07-09 02:25:40 +0100
commit59aedbc94b345a964fc404c22247afd0487b6f54 (patch)
tree91677f3460784343e2b9cf571214a1a2598e380f /OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs
parentAdd scratch AvatarFactoryModuleTests with one test to do a partial check on A... (diff)
downloadopensim-SC_OLD-59aedbc94b345a964fc404c22247afd0487b6f54.zip
opensim-SC_OLD-59aedbc94b345a964fc404c22247afd0487b6f54.tar.gz
opensim-SC_OLD-59aedbc94b345a964fc404c22247afd0487b6f54.tar.bz2
opensim-SC_OLD-59aedbc94b345a964fc404c22247afd0487b6f54.tar.xz
Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its effects and return object
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs
index 03ac252..a37b338 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs
@@ -212,7 +212,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
212 212
213 SceneSetupHelpers.SetupSceneModules(myScene1, configSource, etm); 213 SceneSetupHelpers.SetupSceneModules(myScene1, configSource, etm);
214 214
215 SceneSetupHelpers.AddRootAgent(myScene1, agent1Id); 215 SceneSetupHelpers.AddClient(myScene1, agent1Id);
216 ScenePresence childPresence = myScene2.GetScenePresence(agent1); 216 ScenePresence childPresence = myScene2.GetScenePresence(agent1);
217 217
218 // TODO: Need to do a fair amount of work to allow synchronous establishment of child agents 218 // TODO: Need to do a fair amount of work to allow synchronous establishment of child agents