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.py95 expected_txt_path = os.path.join(source_dir, input_root + '_expected.txt')
97 expected_txt_path, pdf_path)
153 def TestText(self, input_filename, input_root, expected_txt_path, pdf_path): argument
171 if not os.path.exists(expected_txt_path):
181 cmd = [sys.executable, self.text_diff_path, expected_txt_path, txt_path]