-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for modern csharp; full build matrices
- Loading branch information
Showing
9 changed files
with
317 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# only run as part of the continuous integration test | ||
# since each one runs in a separate job and generates | ||
# its messages without the others to look at | ||
|
||
from test_util import check_files_identical | ||
|
||
|
||
def test_message_comparison(): | ||
check_files_identical("*/basic.*.msg") | ||
check_files_identical("*/broken.*.msg") | ||
check_files_identical("*/truncated.*.msg") | ||
check_files_identical("*/multiple.*.msg") | ||
check_files_identical("*/multiple_broken.*.msg") | ||
check_files_identical("*/sized.*.msg") | ||
check_files_identical("*/uninitialized.*.msg") | ||
|
||
|
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.