Fixes for branching runtime, nested user branch parse-error, unit tests for both. LYN-3338

This commit is contained in:
chcurran
2021-04-27 12:08:49 -07:00
parent b7aeb98d5a
commit 66dd89aacd
10 changed files with 4620 additions and 15 deletions
@@ -100,6 +100,11 @@ TEST_F(ScriptCanvasTestFixture, InterpretedReadEnumConstant)
RunUnitTestGraph("LY_SC_UnitTest_ReadEnumConstant");
}
TEST_F(ScriptCanvasTestFixture, UserBranchSanityCheck)
{
RunUnitTestGraph("LY_SC_UnitTest_UserBranchSanityCheck");
}
TEST_F(ScriptCanvasTestFixture, InterpretedEventHandlerNoDisconnect)
{
GlobalHandler handler;