From ce057fec926f8ec1d60ed4722d1e51a0086e7976 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Tue, 14 May 2013 15:17:46 +0000 Subject: GM: include filename extension (.png) of each output file in JSON summary Doing this so that, once we *do* start writing PDF checksums into the JSON summary, we'll be able to distinguish those from the PNG checksums. Otherwise, we could have naming collisions. R=scroggo@google.com Review URL: https://codereview.chromium.org/14890017 git-svn-id: http://skia.googlecode.com/svn/trunk@9119 2bbb7eff-a529-9590-31e7-b0007b416f81 --- .../output-expected/json-summary.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gm/tests/outputs/compared-against-identical-pixels-images') diff --git a/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt index 52256f435b..64d1a3f842 100644 --- a/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt +++ b/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt @@ -4,20 +4,20 @@ "failure-ignored" : null, "no-comparison" : null, "succeeded" : { - "565/selftest1" : { + "565/selftest1.png" : { "bitmap-64bitMD5" : 12927999507540085554 }, - "8888/selftest1" : { + "8888/selftest1.png" : { "bitmap-64bitMD5" : 1209453360120438698 } } }, "expected-results" : { - "565/selftest1" : { + "565/selftest1.png" : { "allowed-bitmap-64bitMD5s" : [ 12927999507540085554 ], "ignore-failure" : false }, - "8888/selftest1" : { + "8888/selftest1.png" : { "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ], "ignore-failure" : false } -- cgit v1.2.3