Skip to content

Commit a479bbd

Browse files
author
Peter Amstutz
committed
Add checksums and sizes to secondaryFiles in draft-3 tests.
1 parent dfcbfeb commit a479bbd

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

draft-3/conformance_test_draft-3.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,23 +276,33 @@
276276
"secondaryFiles": [
277277
{
278278
"path": "input.txt.idx1",
279-
"class": "File"
279+
"class": "File",
280+
"checksum": "sha1$553f3a09003a9f69623f03bec13c0b078d706023",
281+
"size": 1500
280282
},
281283
{
282284
"path": "input.idx2",
283-
"class": "File"
285+
"class": "File",
286+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
287+
"size": 0
284288
},
285289
{
286290
"path": "input.txt.idx3",
287-
"class": "File"
291+
"class": "File",
292+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
293+
"size": 0
288294
},
289295
{
290296
"path": "input.txt.idx4",
291-
"class": "File"
297+
"class": "File",
298+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
299+
"size": 0
292300
},
293301
{
294302
"path": "input.txt.idx5",
295-
"class": "File"
303+
"class": "File",
304+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
305+
"size": 0
296306
}
297307
],
298308
"size": 1111

0 commit comments

Comments
 (0)