Skip to content

Commit

Permalink
Fix #2395, do not directly use cfe_test_msgids.h
Browse files Browse the repository at this point in the history
For a user that has customized cfe_msgids.h, this will get conflicting
values.  If/when users have migrated to module-specific msgid files,
this will be OK, but for now this can break things.
  • Loading branch information
jphickey committed Jul 14, 2023
1 parent 600a209 commit e79184e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/sb_sendrecv_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "cfe_test.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

#define CFE_FT_STRINGBUF_SIZE 12

Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/sb_subscription_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "cfe_test.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

/*
* This test procedure should be agnostic to specific MID values, but it should
Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/tbl_information_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "cfe_test.h"
#include "cfe_test_table.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

void TestGetStatus(void)
{
Expand Down
1 change: 0 additions & 1 deletion modules/cfe_testcase/src/tbl_registration_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "cfe_test.h"
#include "cfe_test_table.h"
#include "cfe_msgids.h"
#include "cfe_test_msgids.h"

int32 CallbackFunc(void *TblPtr)
{
Expand Down

0 comments on commit e79184e

Please sign in to comment.