mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -77,12 +77,12 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.Tests
|
||||
/* AgentGroupDataUpdate is udp
|
||||
TestHelpers.InMethod();
|
||||
// TestHelpers.EnableLogging();
|
||||
|
||||
|
||||
TestScene scene = new SceneHelpers().SetupScene();
|
||||
IConfigSource configSource = new IniConfigSource();
|
||||
IConfig config = configSource.AddConfig("Groups");
|
||||
IConfig config = configSource.AddConfig("Groups");
|
||||
config.Set("Enabled", true);
|
||||
config.Set("Module", "GroupsModule");
|
||||
config.Set("Module", "GroupsModule");
|
||||
config.Set("DebugEnabled", true);
|
||||
|
||||
GroupsModule gm = new GroupsModule();
|
||||
@@ -124,8 +124,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.Tests
|
||||
|
||||
Assert.That(foundUpdate, Is.True, "Did not find AgentGroupDataUpdate in response");
|
||||
|
||||
// TODO: More checking of more actual event data.
|
||||
*/
|
||||
// TODO: More checking of more actual event data.
|
||||
*/
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -133,7 +133,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.Tests
|
||||
{
|
||||
TestHelpers.InMethod();
|
||||
// TestHelpers.EnableLogging();
|
||||
|
||||
|
||||
TestScene scene = new SceneHelpers().SetupScene();
|
||||
|
||||
MessageTransferModule mtm = new MessageTransferModule();
|
||||
@@ -144,12 +144,12 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.Tests
|
||||
IConfigSource configSource = new IniConfigSource();
|
||||
|
||||
{
|
||||
IConfig config = configSource.AddConfig("Messaging");
|
||||
IConfig config = configSource.AddConfig("Messaging");
|
||||
config.Set("MessageTransferModule", mtm.Name);
|
||||
}
|
||||
|
||||
{
|
||||
IConfig config = configSource.AddConfig("Groups");
|
||||
IConfig config = configSource.AddConfig("Groups");
|
||||
config.Set("Enabled", true);
|
||||
config.Set("Module", gm.Name);
|
||||
config.Set("DebugEnabled", true);
|
||||
|
||||
Reference in New Issue
Block a user