-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated unit tests in src/transport/raw/tests/ to use PW instead of N…
…L. (#33099) * Updated unit tests in src/transport/tests/ to use PW instead of NL. * Updated unit tests in src/protocols/bdx/tests/ to use PW instead of NL * Updated unit tests in src/transport/raw/tests/ to use PW instead of NL. * Undid the accidental reformatting of the comments at the top. * Update src/transport/raw/tests/TestTCP.cpp Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> * Update src/transport/raw/tests/TestUDP.cpp Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> * Changed some EXPECT_ to ASSERT_. Changed C-casts to unsigned literals. Chagned strcmp to EXPECT_STREQ. * Resolved merge conflicts in test_components[_nl].txt * Added a destructor to TestUDP to delete the TestContext. * Added destructor to TestTCP to delete the TestContext. * Added destructor to TestTCP to delete TestContext. * Fixed issue with SystemLayerTests being listed multiple times. * Changed MemoryInit line to ASSERT instead of EXPECT. Added corresponding MemoryShutdown. * Inherited TCP test from IOContext so we don't have to create a new context. * Moved ChckSimpleInitTest and CheckMessageTest into the test context class. --------- Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
- Loading branch information
Showing
7 changed files
with
316 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.