-
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/protocols/bdx/tests/ to use PW instead of N…
…L. (#33084) * Updated unit tests in src/protocols/bdx/tests/ to use PW instead of NL. * Fixed clang and GN formatting. Moved BDXTests from test_components_nl.txt to test_components.txt. * Used ASSERT_* in places where tests should be stopped immediately. Refactored to get rid of else branches that did nothing but ASSERT_TRUE(false). * Simplified TestBdxTransfersession::SetUpTestSuite as per PR suggestion. * Undid the accidental reformatting of the comments at the top. * Semicolon fix. --------- Co-authored-by: Andrei Litvin <andy314@gmail.com>
- Loading branch information
Showing
6 changed files
with
223 additions
and
389 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
Oops, something went wrong.