aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-04-25 23:35:20 +0100
committerJustin Clark-Casey (justincc)2014-04-25 23:35:20 +0100
commit2e216aa056747813312b300e393a3e75141680ba (patch)
treea5a074f2abfe82fcc175a200f4fffaddc6cc2d47 /OpenSim/Region/Framework/Scenes/Tests
parentAdd basic regression test for creating a var region (diff)
downloadopensim-SC_OLD-2e216aa056747813312b300e393a3e75141680ba.zip
opensim-SC_OLD-2e216aa056747813312b300e393a3e75141680ba.tar.gz
opensim-SC_OLD-2e216aa056747813312b300e393a3e75141680ba.tar.bz2
opensim-SC_OLD-2e216aa056747813312b300e393a3e75141680ba.tar.xz
Add missing [Test] decorator to actually get the basic scene creation test from 2227f51b to run
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Tests')
-rw-r--r--OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs b/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs
index eae61cd..52e4362 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs
+++ b/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs
@@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
52 [TestFixture] 52 [TestFixture]
53 public class SceneTests : OpenSimTestCase 53 public class SceneTests : OpenSimTestCase
54 { 54 {
55 [Test]
55 public void TestCreateScene() 56 public void TestCreateScene()
56 { 57 {
57 TestHelpers.InMethod(); 58 TestHelpers.InMethod();