mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Add basic sanity regression test for creating a scene.
This commit is contained in:
@@ -52,6 +52,13 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class SceneTests : OpenSimTestCase
|
public class SceneTests : OpenSimTestCase
|
||||||
{
|
{
|
||||||
|
public void TestCreateScene()
|
||||||
|
{
|
||||||
|
TestHelpers.InMethod();
|
||||||
|
|
||||||
|
new SceneHelpers().SetupScene();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Very basic scene update test. Should become more elaborate with time.
|
/// Very basic scene update test. Should become more elaborate with time.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user