Skip to content

Commit 51a5dd6

Browse files
author
Peter Amstutz
committed
Test use default value on step input parameter with empty source.
1 parent 7751643 commit 51a5dd6

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

v1.0/conformance_test_v1.0.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@
303303
doc: Test default value on step input parameter
304304

305305
- job: v1.0/empty.json
306+
output: {count_output: 16}
307+
tool: v1.0/count-lines11-wf.cwl
308+
doc: Test use default value on step input parameter with empty source
309+
310+
- job: v1.0/file1-null.json
306311
output: {count_output: 16}
307312
tool: v1.0/count-lines11-wf.cwl
308313
doc: Test use default value on step input parameter with null source

v1.0/v1.0/file1-null.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"file1": null
3+
}

v1.1.0-dev1/conformance_test_v1.1.0-dev1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@
316316
- job: v1.1.0-dev1/empty.json
317317
output: {count_output: 16}
318318
tool: v1.1.0-dev1/count-lines11-wf.cwl
319+
doc: Test use default value on step input parameter with empty source
320+
321+
- job: v1.0/file1-null.json
322+
output: {count_output: 16}
323+
tool: v1.0/count-lines11-wf.cwl
319324
doc: Test use default value on step input parameter with null source
320325

321326
- job: v1.1.0-dev1/cat-job.json
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"file1": null
3+
}

0 commit comments

Comments
 (0)