aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorMelanie Thielker2015-10-31 17:22:27 +0100
committerMelanie Thielker2015-10-31 17:22:27 +0100
commite8e0ba6d8fbaa1ae7ecb7f1fe224fed6e0caa99a (patch)
treee232ad78e8dbd5bf762b54e66f4497d90338550d /OpenSim/Region/CoreModules/Avatar
parentPut back the option of having asymmetrical protocol versions in (diff)
downloadopensim-SC_OLD-e8e0ba6d8fbaa1ae7ecb7f1fe224fed6e0caa99a.zip
opensim-SC_OLD-e8e0ba6d8fbaa1ae7ecb7f1fe224fed6e0caa99a.tar.gz
opensim-SC_OLD-e8e0ba6d8fbaa1ae7ecb7f1fe224fed6e0caa99a.tar.bz2
opensim-SC_OLD-e8e0ba6d8fbaa1ae7ecb7f1fe224fed6e0caa99a.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index 6faad0d..0ac3add 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -802,6 +802,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
802 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); 802 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
803 } 803 }
804 804
805/*
805 [Test] 806 [Test]
806 public void TestSameSimulatorNeighbouringRegionsTeleportV1() 807 public void TestSameSimulatorNeighbouringRegionsTeleportV1()
807 { 808 {
@@ -909,6 +910,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
909 // Check events 910 // Check events
910 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0)); 911 Assert.That(m_numberOfAttachEventsFired, Is.EqualTo(0));
911 } 912 }
913*/
912 914
913 [Test] 915 [Test]
914 public void TestSameSimulatorNeighbouringRegionsTeleportV2() 916 public void TestSameSimulatorNeighbouringRegionsTeleportV2()