| OLD | NEW |
| 1 { | 1 { |
| 2 "header": { |
| 3 "type": "ChecksummedImages", |
| 4 "revision": 1 |
| 5 }, |
| 2 "actual-results": { | 6 "actual-results": { |
| 3 "failed": null, | 7 "skpfileA.skp": { |
| 4 "failure-ignored": null, | 8 "whole-image": { |
| 5 "no-comparison": { | 9 "checksumAlgorithm": "bitmap-64bitMD5", |
| 6 "file_.png" : [ | 10 "checksumValue": 11111, |
| 7 "bitmap-64bitMD5", | 11 "comparisonResult": "no-comparison", |
| 8 11111 | 12 "filepath": "skpfileA_skp.png" |
| 9 ], | 13 } |
| 10 "file_2.png" : [ | 14 }, |
| 11 "bitmap-64bitMD5", | 15 "skpfileB.skp": { |
| 12 22222 | 16 "tiled-images": [{ |
| 13 ], | 17 "checksumAlgorithm": "bitmap-64bitMD5", |
| 14 "file_3.png" : [ | 18 "checksumValue": 22222, |
| 15 "bitmap-64bitMD5", | 19 "comparisonResult": "no-comparison", |
| 16 33333 | 20 "filepath": "skpfileB_skp-tile0.png" |
| 17 ] | 21 }, { |
| 22 "checksumAlgorithm": "bitmap-64bitMD5", |
| 23 "checksumValue": 33333, |
| 24 "comparisonResult": "no-comparison", |
| 25 "filepath": "skpfileB_skp-tile1.png" |
| 26 }] |
| 18 } | 27 } |
| 19 } | 28 } |
| 20 } | 29 } |
| OLD | NEW |