mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression test logging accidentally left in
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user