Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its effects and return object

This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-09 02:25:40 +01:00
parent f99b89990c
commit 59aedbc94b
8 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
new GroupsModule(),
new MockGroupsServicesConnector() });
TestClient client = SceneSetupHelpers.AddRootAgent(scene, userId);
TestClient client = SceneSetupHelpers.AddClient(scene, userId);
IGroupsModule groupsModule = scene.RequestModuleInterface<IGroupsModule>();