You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But both variables are data type "boolean". This still compiles and passed with older versions of the OSAL, but with OSAL 6.7.3-bv this compiles but fails unit test. I recommend changing the 19 and 20 to true. When this change is made, SCH passes unit testing.
The text was updated successfully, but these errors were encountered:
The SCH_HousekeepingCmd_Test() function in the sch_cmds_test.c file sets:
SCH_AppData.IgnoreMajorFrame = 19;
SCH_AppData.UnexpectedMajorFrame = 20;
But both variables are data type "boolean". This still compiles and passed with older versions of the OSAL, but with OSAL 6.7.3-bv this compiles but fails unit test. I recommend changing the 19 and 20 to true. When this change is made, SCH passes unit testing.
The text was updated successfully, but these errors were encountered: