diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/EntityManagerTests.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/EntityManagerTests.cs b/OpenSim/Region/Framework/Scenes/Tests/EntityManagerTests.cs index d1ef686..10c2039 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/EntityManagerTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/EntityManagerTests.cs | |||
@@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
52 | [Test] | 52 | [Test] |
53 | public void T010_AddObjects() | 53 | public void T010_AddObjects() |
54 | { | 54 | { |
55 | TestHelper.InMethod(); | ||
55 | // Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); | 56 | // Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); |
56 | 57 | ||
57 | random = new Random(); | 58 | random = new Random(); |
@@ -87,6 +88,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
87 | [Test] | 88 | [Test] |
88 | public void T011_ThreadAddRemoveTest() | 89 | public void T011_ThreadAddRemoveTest() |
89 | { | 90 | { |
91 | TestHelper.InMethod(); | ||
90 | // Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); | 92 | // Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod()); |
91 | 93 | ||
92 | // This test adds and removes with mutiple threads, attempting to break the | 94 | // This test adds and removes with mutiple threads, attempting to break the |