Skip to content

Commit 1835540

Browse files
author
Peter Amstutz
committed
Add checksums to secondaryFiles and files in Directory objects.
1 parent 8053c4b commit 1835540

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

v1.0/conformance_test_v1.0.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
job: v1.0/cat-job.json
4747
tool: v1.0/template-tool.cwl
48-
doc: Test CreateFileRequirement ExpressionEngineRequirement.engineConfig feature
48+
doc: Test InitialWorkDirRequirement ExpressionEngineRequirement.engineConfig feature
4949

5050
- job: v1.0/cat-job.json
5151
output:
@@ -327,29 +327,39 @@
327327
{
328328
"location": "input.txt.idx1",
329329
"class": "File",
330+
"checksum": "sha1$553f3a09003a9f69623f03bec13c0b078d706023",
331+
"size": 1500
330332
},
331333
{
332334
"location": "input.idx2",
333335
"class": "File",
336+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
337+
"size": 0
334338
},
335339
{
336340
"location": "input.txt.idx3",
337341
"class": "File",
342+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
343+
"size": 0
338344
},
339345
{
340346
"location": "input.txt.idx4",
341347
"class": "File",
348+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
349+
"size": 0
342350
},
343351
{
344352
"location": "input.txt.idx5",
345353
"class": "File",
354+
"checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
355+
"size": 0
346356
}
347357
],
348358
"size": 1111
349359
}
350360
tool: "v1.0/search.cwl#main"
351361
doc: |
352-
Test CreateFileRequirement linking input files and capturing secondaryFiles
362+
Test InitialWorkDirRequirement linking input files and capturing secondaryFiles
353363
on input and output.
354364
355365
- job: v1.0/rename-job.json
@@ -361,7 +371,7 @@
361371
size: 1111
362372
tool: v1.0/rename.cwl
363373
doc: |
364-
Test CreateFileRequirement with expression in filename.
374+
Test InitialWorkDirRequirement with expression in filename.
365375
366376
- job: v1.0/wc-job.json
367377
output:
@@ -733,11 +743,15 @@
733743
"listing": [
734744
{
735745
"class": "File",
736-
"location": "hello.txt"
746+
"location": "hello.txt",
747+
"checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b",
748+
"size": 13
737749
},
738750
{
739751
"class": "File",
740-
"location": "goodbye.txt"
752+
"location": "goodbye.txt",
753+
"checksum": "sha1$dd0a4c4c49ba43004d6611771972b6cf969c1c01",
754+
"size": 24
741755
}
742756
],
743757
}

0 commit comments

Comments
 (0)