File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ void Test_SAMPLE_AppMain(void)
143143
144144 /*
145145 * This can validate that the internal "RunStatus" was
146- * set to CFE_ES_APP_ERROR , by querying the struct directly.
146+ * set to CFE_ES_RunStatus_APP_ERROR , by querying the struct directly.
147147 *
148148 * It is always advisable to include the _actual_ values
149149 * when asserting on conditions, so if/when it fails, the
150150 * log will show what the incorrect value was.
151151 */
152- UtAssert_True (SAMPLE_AppData .RunStatus == CFE_ES_APP_ERROR ,
153- "SAMPLE_AppData.RunStatus (%d) == CFE_ES_APP_ERROR " ,
152+ UtAssert_True (SAMPLE_AppData .RunStatus == CFE_ES_RunStatus_APP_ERROR ,
153+ "SAMPLE_AppData.RunStatus (%d) == CFE_ES_RunStatus_APP_ERROR " ,
154154 SAMPLE_AppData .RunStatus );
155155
156156
You can’t perform that action at this time.
0 commit comments