Skip to content

Commit

Permalink
Merge branches 'fix-2393-leapseconds' and 'fix-2395-cfe-test-msgid'
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Jul 14, 2023
3 parents f6d7f8c + d3ca736 + e79184e commit c1999e9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition 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
1 change: 1 addition & 0 deletions modules/time/ut-coverage/time_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ void Test_External(void)
CFE_TIME_Global.ReferenceState[0].AtToneDelay.Subseconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLatch.Seconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLatch.Subseconds = 0;
CFE_TIME_Global.ReferenceState[0].AtToneLeapSeconds = 0;
CFE_TIME_Global.MaxDelta.Seconds = 0;
CFE_TIME_Global.MaxDelta.Subseconds = 1;
CFE_TIME_Global.MaxLocalClock.Seconds = 0;
Expand Down

0 comments on commit c1999e9

Please sign in to comment.