Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: tools/tests/jsondiff/input/old.json

Issue 18103005: Create jsondiff tool to capture diffs between two JSON expectations files. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_self_test Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/tests/jsondiff/input/old.json
===================================================================
--- tools/tests/jsondiff/input/old.json (revision 0)
+++ tools/tests/jsondiff/input/old.json (revision 0)
@@ -0,0 +1,22 @@
+{
+ "expected-results" : {
+ "identical.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 1111111 ]
+ ],
+ "ignore-failure" : false
+ },
+ "differing.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 888888888 ]
+ ],
+ "ignore-failure" : false
+ },
+ "missing-from-new.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 44444444 ]
+ ],
+ "ignore-failure" : false
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698