Skip to content

Commit 3f2ee86

Browse files
committed
Fix #1649, Add comment for logic dependency
1 parent 3f5abd9 commit 3f2ee86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/cfe_testcase/src/evs_filters_test.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ void TestResetFilters(void)
3737
{
3838
UtPrintf("Testing: CFE_EVS_ResetFilter, CFE_EVS_ResetAllFilters");
3939

40+
/* Test logic below depends on the test case registering an EID of 1 and not registering 0, and the resets in theory
41+
* could impact test behavior/management related to events. Although the expectation is either all or none of an EID
42+
* would be filtered (no use case for a "counting" filter within the test app) so for normal use this is no impact.
43+
*/
44+
4045
UtAssert_INT32_EQ(CFE_EVS_ResetFilter(1), CFE_SUCCESS);
4146
UtAssert_INT32_EQ(CFE_EVS_ResetAllFilters(), CFE_SUCCESS);
4247

0 commit comments

Comments
 (0)