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

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

Issue 796813004: Remove tools/tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « tools/tests/jsondiff/input/new.json ('k') | tools/tests/jsondiff/output/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/jsondiff/input/old.json
diff --git a/tools/tests/jsondiff/input/old.json b/tools/tests/jsondiff/input/old.json
deleted file mode 100644
index b599b99fec0696c9792048942c7d7b57d39dab92..0000000000000000000000000000000000000000
--- a/tools/tests/jsondiff/input/old.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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
- }
- }
-}
« no previous file with comments | « tools/tests/jsondiff/input/new.json ('k') | tools/tests/jsondiff/output/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698