aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.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/AttachmentTests.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/AttachmentTests.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs b/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
index cff649b..5586c65 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
83 region1 = scene.RegionInfo.RegionHandle; 83 region1 = scene.RegionInfo.RegionHandle;
84 region2 = scene2.RegionInfo.RegionHandle; 84 region2 = scene2.RegionInfo.RegionHandle;
85 85
86 SceneSetupHelpers.AddRootAgent(scene, agent1); 86 SceneSetupHelpers.AddClient(scene, agent1);
87 } 87 }
88 88
89 [Test] 89 [Test]