diff options
author | Justin Clark-Casey (justincc) | 2014-04-25 23:16:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-04-25 23:16:07 +0100 |
commit | 2227f51b29937a501dfbc8d5cce8693c7f77ce99 (patch) | |
tree | a593bfccd49b277091a9055c060b69eb5bcdb787 | |
parent | Add regression test for terrain fill at two digit height and max ll height. (diff) | |
download | opensim-SC_OLD-2227f51b29937a501dfbc8d5cce8693c7f77ce99.zip opensim-SC_OLD-2227f51b29937a501dfbc8d5cce8693c7f77ce99.tar.gz opensim-SC_OLD-2227f51b29937a501dfbc8d5cce8693c7f77ce99.tar.bz2 opensim-SC_OLD-2227f51b29937a501dfbc8d5cce8693c7f77ce99.tar.xz |
Add basic sanity regression test for creating a scene.
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs b/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs index 9d8eb0b..5ace6a3 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs | |||
@@ -52,6 +52,13 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
52 | [TestFixture] | 52 | [TestFixture] |
53 | public class SceneTests : OpenSimTestCase | 53 | public class SceneTests : OpenSimTestCase |
54 | { | 54 | { |
55 | public void TestCreateScene() | ||
56 | { | ||
57 | TestHelpers.InMethod(); | ||
58 | |||
59 | new SceneHelpers().SetupScene(); | ||
60 | } | ||
61 | |||
55 | /// <summary> | 62 | /// <summary> |
56 | /// Very basic scene update test. Should become more elaborate with time. | 63 | /// Very basic scene update test. Should become more elaborate with time. |
57 | /// </summary> | 64 | /// </summary> |