File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/mbed-greentea/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def test_report_zero_testcases(self):
4444 u'build_path_abs' : u'N/A' ,
4545 u'copy_method' : u'N/A' ,
4646 u'image_path' : u'N/A' ,
47- u'single_test_output' : b '\x80 abc\uXXXX ' ,
47+ u'single_test_output' : u '\x80 abc' ,
4848 u'platform_name' : u'k64f' ,
4949 u'test_bin_name' : u'N/A' ,
5050 u'testcase_result' : {},
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def test_report_zero_testcases(self):
4242 u'build_path_abs' : u'N/A' ,
4343 u'copy_method' : u'N/A' ,
4444 u'image_path' : u'N/A' ,
45- u'single_test_output' : b '\x80 abc\uXXXX' ,
45+ u'single_test_output' : u '\x80 abc' ,
4646 u'platform_name' : u'k64f' ,
4747 u'test_bin_name' : u'N/A' ,
4848 u'testcase_result' : {},
You can’t perform that action at this time.
0 commit comments