Skip to content

Commit

Permalink
Add checksums and sizes to secondaryFiles in draft-3 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed Aug 4, 2016
1 parent dfcbfeb commit a479bbd
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions draft-3/conformance_test_draft-3.yaml
Expand Up @@ -276,23 +276,33 @@
"secondaryFiles": [
{
"path": "input.txt.idx1",
"class": "File"
"class": "File",
"checksum": "sha1$553f3a09003a9f69623f03bec13c0b078d706023",
"size": 1500
},
{
"path": "input.idx2",
"class": "File"
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0
},
{
"path": "input.txt.idx3",
"class": "File"
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0
},
{
"path": "input.txt.idx4",
"class": "File"
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0
},
{
"path": "input.txt.idx5",
"class": "File"
"class": "File",
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
"size": 0
}
],
"size": 1111
Expand Down

0 comments on commit a479bbd

Please sign in to comment.