Skip to content

Commit cdba367

Browse files
committed
Uncomment Clones test case
1 parent 096036f commit cdba367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/engine/engine_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ void questionFunction(const std::string &)
17021702
{
17031703
}
17041704

1705-
/*TEST(EngineTest, Clones)
1705+
TEST(EngineTest, Clones)
17061706
{
17071707
Project p("clones.sb3");
17081708
ASSERT_TRUE(p.load());
@@ -1745,7 +1745,7 @@ void questionFunction(const std::string &)
17451745
else
17461746
ASSERT_EQ(Value((*list)[i]).toString(), "12");
17471747
}
1748-
}*/
1748+
}
17491749

17501750
TEST(EngineTest, CloneLimit)
17511751
{

0 commit comments

Comments
 (0)