diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Tests/AgentCircuitDataTest.cs | 2 |
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(); |