@Test
public void openSceneWithNoActiveStage() throws Exception
{
production.loadProduction();
final MockStage stage = (MockStage)production.getTheater().getDefaultStage();
Scene scene = new FakeScene();
production.stubbedScene = scene;
production.openScene("scenePath", Util.toMap());
assertEquals("scenePath", production.loadedScenePath);