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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "expected-results" : {
3 "identical.png" : {
4 "allowed-digests" : [
5 [ "bitmap-64bitMD5", 1111111 ]
6 ],
7 "ignore-failure" : false
8 },
9 "differing.png" : {
10 "allowed-digests" : [
11 [ "bitmap-64bitMD5", 777777777 ]
12 ],
13 "ignore-failure" : false
14 },
15 "missing-from-old.png" : {
16 "allowed-digests" : [
17 [ "bitmap-64bitMD5", 3333333 ]
18 ],
19 "ignore-failure" : false
20 }
21 }
22 }
OLDNEW
« 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