When the SCH app failed to register app in SCH_AppMain(), it sent Event with error message even before the EVS is
registered. while the other apps wrote only to Sys Log in this case.
Though I was able to see the event message in unit test, it caused the CFE EVS error in actual execution environment.
When the SCH app failed to register app in SCH_AppMain(), it sent Event with error message even before the EVS is registered. while the other apps wrote only to Sys Log in this case. Though I was able to see the event message in unit test, it caused the CFE EVS error in actual execution environment.
Test case : SCH_AppMain_Test_RegisterAppError
Test case : SCH_AppMain_Test_CustomLateInitError