Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #901, Remove UT_CheckForOpenSockets references #1085

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fsw/cfe-core/unit-test/sb_UT.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ void UtTest_Setup(void)
*/
void SB_ResetUnitTest(void)
{
/* If any sockets were left open then report and close them */
UT_CheckForOpenSockets();
UT_InitData();
CFE_SB_EarlyInit();
} /* end SB_ResetUnitTest */
Expand Down
17 changes: 0 additions & 17 deletions fsw/cfe-core/unit-test/ut_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,23 +571,6 @@ uint16 UT_GetNumEventsSent(void);
******************************************************************************/
void UT_DisplayPkt(CFE_MSG_Message_t *MsgPtr, size_t size);

/*****************************************************************************/
/**
** \brief Report and close any sockets found open
**
** \par Description
** Determine if any sockets are open; if so, close them. If UT_VERBOSE
** is defined then output the socket status to the test log file.
**
** \par Assumptions, External Events, and Notes:
** None
**
** \returns
** This function does not return a value.
**
******************************************************************************/
void UT_CheckForOpenSockets(void);

/*****************************************************************************/
/**
** \brief Gets a reference to the CFE ES Reset Data Object
Expand Down