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:
Melanie Thielker
2015-10-31 17:22:27 +01:00
parent dc6bdbf740
commit e8e0ba6d8f
3 changed files with 8 additions and 8 deletions

View File

@@ -802,6 +802,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
}
/*
[Test]
public void TestSameSimulatorNeighbouringRegionsTeleportV1()
{
@@ -909,6 +910,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
// Check events
Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
}
*/
[Test]
public void TestSameSimulatorNeighbouringRegionsTeleportV2()