We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0521d04 commit 846b5f8Copy full SHA for 846b5f8
test/engine/engine_test.cpp
@@ -1863,7 +1863,7 @@ TEST(EngineTest, BroadcastsProject)
1863
ASSERT_EQ(GET_VAR(stage, "test5")->value().toString(), "2 2 0 0");
1864
}*/
1865
1866
-/*TEST(EngineTest, StopAll)
+TEST(EngineTest, StopAll)
1867
{
1868
Project p("stop_all.sb3");
1869
ASSERT_TRUE(p.load());
@@ -1877,7 +1877,7 @@ TEST(EngineTest, BroadcastsProject)
1877
ASSERT_VAR(stage, "i");
1878
ASSERT_EQ(GET_VAR(stage, "i")->value().toInt(), 11);
1879
ASSERT_FALSE(engine->isRunning());
1880
-}*/
+}
1881
1882
TEST(EngineTest, StopAllBypass)
1883
0 commit comments