diff options
author | Justin Clarke Casey | 2009-03-27 17:19:58 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-27 17:19:58 +0000 |
commit | 86cc0e86d47f16c50cf13f68cdaae1b781eb7045 (patch) | |
tree | 486c40b3637074612c8c88e1b3be54347aeac148 | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3347 (diff) | |
download | opensim-SC_OLD-86cc0e86d47f16c50cf13f68cdaae1b781eb7045.zip opensim-SC_OLD-86cc0e86d47f16c50cf13f68cdaae1b781eb7045.tar.gz opensim-SC_OLD-86cc0e86d47f16c50cf13f68cdaae1b781eb7045.tar.bz2 opensim-SC_OLD-86cc0e86d47f16c50cf13f68cdaae1b781eb7045.tar.xz |
* Also temporarily disable T032_CrossAttachments() since this relies on the execution of T021_TestCroswsToNewRegion()
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs index a2e7ff7..17769cb 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceTests.cs | |||
@@ -277,7 +277,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
277 | Assert.That(presence.HasAttachments(), Is.False); | 277 | Assert.That(presence.HasAttachments(), Is.False); |
278 | } | 278 | } |
279 | 279 | ||
280 | [Test] | 280 | //[Test] |
281 | public void T032_CrossAttachments() | 281 | public void T032_CrossAttachments() |
282 | { | 282 | { |
283 | Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); | 283 | Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); |