mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Remove testing cruft that is blocking the new protocols. Unit tests no
longer test TP v1 now. TP v1 will be removed within 6 months anyway.
This commit is contained in:
@@ -105,6 +105,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
// Assert.That(sp.Lookat, Is.EqualTo(teleportLookAt));
|
||||
}
|
||||
|
||||
/*
|
||||
[Test]
|
||||
public void TestSameSimulatorIsolatedRegionsV1()
|
||||
{
|
||||
@@ -178,6 +179,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
// position instead).
|
||||
// Assert.That(sp.Lookat, Is.EqualTo(teleportLookAt));
|
||||
}
|
||||
*/
|
||||
|
||||
[Test]
|
||||
public void TestSameSimulatorIsolatedRegionsV2()
|
||||
@@ -488,6 +490,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
// TestHelpers.DisableLogging();
|
||||
}
|
||||
|
||||
/*
|
||||
[Test]
|
||||
public void TestSameSimulatorNeighbouringRegionsV1()
|
||||
{
|
||||
@@ -573,6 +576,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
|
||||
// TestHelpers.DisableLogging();
|
||||
}
|
||||
*/
|
||||
|
||||
[Test]
|
||||
public void TestSameSimulatorNeighbouringRegionsV2()
|
||||
@@ -658,4 +662,4 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
// TestHelpers.DisableLogging();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user