From 6fac27d038697806aacdf1960e5a99eceda5ce31 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Tue, 27 Jun 2017 15:52:45 -0400 Subject: Change terminology of image diff to differentiate from pixel tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I957199b63f6049a586b8de2688501f5ae3449964 Reviewed-on: https://pdfium-review.googlesource.com/7038 Reviewed-by: Nicolás Peña Commit-Queue: Henrique Nakashima --- testing/tools/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tools/test_runner.py') diff --git a/testing/tools/test_runner.py b/testing/tools/test_runner.py index 81225b7de8..8f0670d33b 100644 --- a/testing/tools/test_runner.py +++ b/testing/tools/test_runner.py @@ -83,7 +83,7 @@ class TestRunner: return False, results else: if (self.enforce_expected_images - and not self.test_suppressor.IsPixelDiffSuppressed(input_filename)): + and not self.test_suppressor.IsImageDiffSuppressed(input_filename)): print 'FAILURE: %s; Missing expected images' % input_filename return False, results -- cgit v1.2.3