Add basic sanity regression test for creating a scene.

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-25 23:16:07 +01:00
vanhempi 38acda9f29
commit 2227f51b29
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa

Näytä tiedosto

@ -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>