summaryrefslogtreecommitdiff
path: root/testing/tools/test_runner.py
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-06-27 15:52:45 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-06-27 20:39:08 +0000
commit6fac27d038697806aacdf1960e5a99eceda5ce31 (patch)
treeb9b79fa6b78994468a9a5aedd4926576cca6dc10 /testing/tools/test_runner.py
parentb109ac4f09528f2e3a4ef96a163625846039198f (diff)
downloadpdfium-6fac27d038697806aacdf1960e5a99eceda5ce31.tar.xz
Change terminology of image diff to differentiate from pixel tests.
Change-Id: I957199b63f6049a586b8de2688501f5ae3449964 Reviewed-on: https://pdfium-review.googlesource.com/7038 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'testing/tools/test_runner.py')
-rw-r--r--testing/tools/test_runner.py2
1 files changed, 1 insertions, 1 deletions
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