Home
last modified time | relevance | path

Searched refs:expected_txt_path (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/testing/tools/
Dtest_runner.py51 expected_txt_path = os.path.join(source_dir, input_root + '_expected.txt')
72 if os.path.exists(expected_txt_path):
73 raised_exception = self.TestText(input_root, expected_txt_path, pdf_path)
119 def TestText(self, input_root, expected_txt_path, pdf_path): argument
126 cmd = [sys.executable, self.text_diff_path, expected_txt_path, txt_path]