From cccb24d9aff22e4b06e9f10db6e43f6e8d0704ee Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 7 May 2018 15:37:28 -0400 Subject: [PATCH] Tweak tests for slightly different ruamel.yaml behavior, refs #13435 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/tests/wf/expect_packed.cwl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/cwl/tests/wf/expect_packed.cwl b/sdk/cwl/tests/wf/expect_packed.cwl index f45077197f..7def3e639b 100644 --- a/sdk/cwl/tests/wf/expect_packed.cwl +++ b/sdk/cwl/tests/wf/expect_packed.cwl @@ -23,16 +23,16 @@ $graph: inputs: - id: '#main/x' type: File - default: {class: File, location: 'keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt', + default: {class: File, location: keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt, size: 16, basename: blorp.txt, nameroot: blorp, nameext: .txt} - id: '#main/y' type: Directory - default: {class: Directory, location: 'keep:99999999999999999999999999999998+99', + default: {class: Directory, location: keep:99999999999999999999999999999998+99, basename: 99999999999999999999999999999998+99} - id: '#main/z' type: Directory default: {class: Directory, basename: anonymous, listing: [{basename: renamed.txt, - class: File, location: 'keep:99999999999999999999999999999998+99/file1.txt', + class: File, location: keep:99999999999999999999999999999998+99/file1.txt, nameroot: renamed, nameext: .txt}]} outputs: [] steps: -- 2.30.2