Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression test logging accidentally left in

This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-17 01:34:04 +01:00
parent 6b6a00a3d5
commit f0c9cb8dc0
2 changed files with 8 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
public void TestSameSimulatorSeparatedRegionsQueryAccessFails()
{
TestHelpers.InMethod();
TestHelpers.EnableLogging();
// TestHelpers.EnableLogging();
UUID userId = TestHelpers.ParseTail(0x1);
Vector3 preTeleportPosition = new Vector3(30, 31, 32);
@@ -234,7 +234,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
// position instead).
// Assert.That(sp.Lookat, Is.EqualTo(teleportLookAt));
TestHelpers.DisableLogging();
// TestHelpers.DisableLogging();
}
[Test]