-
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.
Disentangle data model tests by moving fixtures into their own file (#…
…34154) * Disentangle data model tests by moving fixtures into their own file The data model tests all had linker dependencies on each other, which meant that running any of Test{Read,Write,Commands} would run the tests from all of them, because the global fixture function from that test was required. This change moves all those fixture functions into DataModelFixtures.cpp. Also disambiguate the enum types and control variable names involved. * Address review comments - Add more comments to DataModelFixtures.h - Use ScopedChangeOnly for the fixture control variables - Extend ScopedChange to allow assignments within the scope
- Loading branch information
1 parent
5f8a3e8
commit 1621140
Showing
9 changed files
with
744 additions
and
637 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
Oops, something went wrong.