Add basic sanity regression test for creating a scene.
parent
38acda9f29
commit
2227f51b29
|
@ -52,6 +52,13 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
|||
[TestFixture]
|
||||
public class SceneTests : OpenSimTestCase
|
||||
{
|
||||
public void TestCreateScene()
|
||||
{
|
||||
TestHelpers.InMethod();
|
||||
|
||||
new SceneHelpers().SetupScene();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Very basic scene update test. Should become more elaborate with time.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue