Fixes for branching runtime, nested user branch parse-error, unit tests for both. LYN-3338
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user