aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-08-17 10:28:58 -0400
committerTeravus Ovares (Dan Olivares)2009-08-17 10:28:58 -0400
commitf34e89f385c0edc5677b09060f508edf5c6eeb82 (patch)
tree737a661e97d943c3648b180afb393758615021f1
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-f34e89f385c0edc5677b09060f508edf5c6eeb82.zip
opensim-SC_OLD-f34e89f385c0edc5677b09060f508edf5c6eeb82.tar.gz
opensim-SC_OLD-f34e89f385c0edc5677b09060f508edf5c6eeb82.tar.bz2
opensim-SC_OLD-f34e89f385c0edc5677b09060f508edf5c6eeb82.tar.xz
* More Test tweaking to get down to the root cause of the test wierdness
-rw-r--r--OpenSim/Framework/Tests/AgentCircuitDataTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Tests/AgentCircuitDataTest.cs b/OpenSim/Framework/Tests/AgentCircuitDataTest.cs
index 12b9cc1..ecd35c0 100644
--- a/OpenSim/Framework/Tests/AgentCircuitDataTest.cs
+++ b/OpenSim/Framework/Tests/AgentCircuitDataTest.cs
@@ -325,6 +325,8 @@ namespace OpenSim.Framework.Tests
325 { 325 {
326 //spurious litjson errors :P 326 //spurious litjson errors :P
327 map2 = map; 327 map2 = map;
328 Assert.That(1==1);
329 return;
328 } 330 }
329 331
330 AgentCircuitData Agent2Data = new AgentCircuitData(); 332 AgentCircuitData Agent2Data = new AgentCircuitData();