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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-07 01:11:37 +00:00
parent f3678d217f
commit 6bdea15ecf
4 changed files with 25 additions and 20 deletions

View File

@@ -95,6 +95,7 @@ namespace OpenSim.Tests.Torture
public void TearDown()
{
m_scene.Close();
m_scene = null;
GC.Collect();
GC.WaitForPendingFinalizers();
}