Add missing [Test] decorator to actually get the basic scene creation test from 2227f51b to run

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-25 23:35:20 +01:00
parent 9664273df6
commit 2e216aa056
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
[TestFixture]
public class SceneTests : OpenSimTestCase
{
[Test]
public void TestCreateScene()
{
TestHelpers.InMethod();