diff options
author | Justin Clarke Casey | 2009-01-23 17:32:38 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-23 17:32:38 +0000 |
commit | ee3c61247e61d03ee252f373144d5c6bfecb9d6f (patch) | |
tree | 2ef31475b79dcfdcf034e3ff3404425ac8aecb15 /OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs | |
parent | * minor: remove serialization and deserializationg sog log messages for now (diff) | |
download | opensim-SC_OLD-ee3c61247e61d03ee252f373144d5c6bfecb9d6f.zip opensim-SC_OLD-ee3c61247e61d03ee252f373144d5c6bfecb9d6f.tar.gz opensim-SC_OLD-ee3c61247e61d03ee252f373144d5c6bfecb9d6f.tar.bz2 opensim-SC_OLD-ee3c61247e61d03ee252f373144d5c6bfecb9d6f.tar.xz |
* refactor: move scene setup code into common test code assembly
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs b/OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs index cc9cc03..0155966 100644 --- a/OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs +++ b/OpenSim/Region/Environment/Scenes/Tests/EntityManagerTests.cs | |||
@@ -36,18 +36,16 @@ using OpenMetaverse; | |||
36 | using OpenSim.Framework; | 36 | using OpenSim.Framework; |
37 | using OpenSim.Framework.Communications; | 37 | using OpenSim.Framework.Communications; |
38 | using OpenSim.Region.Environment.Scenes; | 38 | using OpenSim.Region.Environment.Scenes; |
39 | using OpenSim.Tests.Common.Setup; | ||
39 | 40 | ||
40 | namespace OpenSim.Region.Environment.Scenes.Tests | 41 | namespace OpenSim.Region.Environment.Scenes.Tests |
41 | { | 42 | { |
42 | /// <summary> | ||
43 | /// Scene oriented tests | ||
44 | /// </summary> | ||
45 | [TestFixture] | 43 | [TestFixture] |
46 | public class EntityManagerTests | 44 | public class EntityManagerTests |
47 | { | 45 | { |
48 | static public Random random; | 46 | static public Random random; |
49 | SceneObjectGroup found; | 47 | SceneObjectGroup found; |
50 | Scene scene = SceneTestUtils.SetupScene(); | 48 | Scene scene = SceneSetupHelpers.SetupScene(); |
51 | 49 | ||
52 | [Test] | 50 | [Test] |
53 | public void T010_AddObjects() | 51 | public void T010_AddObjects() |