Add missing [Test] decorator to actually get the basic scene creation test from 2227f51b
to run
parent
9664273df6
commit
2e216aa056
|
@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class SceneTests : OpenSimTestCase
|
public class SceneTests : OpenSimTestCase
|
||||||
{
|
{
|
||||||
|
[Test]
|
||||||
public void TestCreateScene()
|
public void TestCreateScene()
|
||||||
{
|
{
|
||||||
TestHelpers.InMethod();
|
TestHelpers.InMethod();
|
||||||
|
|
Loading…
Reference in New Issue