Loading conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path): diff_opts = replace_paths(diff_opts, testv_path, ref_path, cut_path) result = True for cmd in diff_opts.split(';') for cmd in diff_opts.split(';'): result = result and filecmp.cmp(cmd.split()[0], cmd.split()[1]) if not result: assert False, "Output differs" Loading Loading
conformance-test/test_26252.py +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path): diff_opts = replace_paths(diff_opts, testv_path, ref_path, cut_path) result = True for cmd in diff_opts.split(';') for cmd in diff_opts.split(';'): result = result and filecmp.cmp(cmd.split()[0], cmd.split()[1]) if not result: assert False, "Output differs" Loading