mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge f207f971084ea8ca7c70ba2d8860286bdaa90506 into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
c0642505f2
@ -5,6 +5,7 @@
|
||||
|
||||
Ajay Joshi <jaj@google.com>
|
||||
Balázs Dán <balazs.dan@gmail.com>
|
||||
Benjamin Siliezar <bsiliezar2@gmail.com>
|
||||
Benoit Sigoure <tsuna@google.com>
|
||||
Bharat Mediratta <bharat@menalto.com>
|
||||
Bogdan Piloca <boo@google.com>
|
||||
|
||||
@ -350,14 +350,14 @@ class GTestOutputTest(gtest_test_utils.TestCase):
|
||||
'_googletest-output-test_normalized_actual.txt',
|
||||
),
|
||||
'wb',
|
||||
).write(normalized_actual)
|
||||
).write(normalized_actual.encode())
|
||||
open(
|
||||
os.path.join(
|
||||
gtest_test_utils.GetSourceDir(),
|
||||
'_googletest-output-test_normalized_golden.txt',
|
||||
),
|
||||
'wb',
|
||||
).write(normalized_golden)
|
||||
).write(normalized_golden.encode())
|
||||
|
||||
self.assertEqual(normalized_golden, normalized_actual)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user