diff options
author | Justin Clark-Casey (justincc) | 2012-03-07 01:11:37 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-07 01:11:37 +0000 |
commit | 6bdea15ecf6fdaaf705704dddf9199b882675963 (patch) | |
tree | a53847864967258081dde6b4fa1206426ee11592 /OpenSim/Tests/Torture/ScriptTortureTests.cs | |
parent | Stop individually deleting objects at the end of each ObjectTortureTest. (diff) | |
download | opensim-SC_OLD-6bdea15ecf6fdaaf705704dddf9199b882675963.zip opensim-SC_OLD-6bdea15ecf6fdaaf705704dddf9199b882675963.tar.gz opensim-SC_OLD-6bdea15ecf6fdaaf705704dddf9199b882675963.tar.bz2 opensim-SC_OLD-6bdea15ecf6fdaaf705704dddf9199b882675963.tar.xz |
minor: make NPC tests run in a given order, comment out log lines in mock region data plugins, null out scene in script and npc torture tests, add other doc comments to torture tests
Diffstat (limited to 'OpenSim/Tests/Torture/ScriptTortureTests.cs')
-rw-r--r-- | OpenSim/Tests/Torture/ScriptTortureTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Torture/ScriptTortureTests.cs b/OpenSim/Tests/Torture/ScriptTortureTests.cs index 87932cb..2ef55b3 100644 --- a/OpenSim/Tests/Torture/ScriptTortureTests.cs +++ b/OpenSim/Tests/Torture/ScriptTortureTests.cs | |||
@@ -95,6 +95,7 @@ namespace OpenSim.Tests.Torture | |||
95 | public void TearDown() | 95 | public void TearDown() |
96 | { | 96 | { |
97 | m_scene.Close(); | 97 | m_scene.Close(); |
98 | m_scene = null; | ||
98 | GC.Collect(); | 99 | GC.Collect(); |
99 | GC.WaitForPendingFinalizers(); | 100 | GC.WaitForPendingFinalizers(); |
100 | } | 101 | } |