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

Unified Diff: tools/tests/jsondiff/input/new.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/new.json
===================================================================
--- tools/tests/jsondiff/input/new.json (revision 0)
+++ tools/tests/jsondiff/input/new.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", 777777777 ]
+ ],
+ "ignore-failure" : false
+ },
+ "missing-from-old.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 3333333 ]
+ ],
+ "ignore-failure" : false
+ }
+ }
+}
« tools/jsondiff.py ('K') | « tools/jsondiff.py ('k') | tools/tests/jsondiff/input/old.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698