Skip to content

Why conformance test 63 expect empty result ?  #743

@manabuishii

Description

@manabuishii

In conformance_test_v1.0.yaml
test id 63 expected empty output.
(metadata.cwl, cat-job.json)

- output: {}
  job: v1.0/cat-job.json
  tool: v1.0/metadata.cwl
  label: metadata
  id: 63
  doc: Test metadata
  tags: [ required ]

In metadata.cwl , following lines are written.

outputs: []
baseCommand: cat

Name of file is metadata.cwl
and the file have metadata information.
I thinkdoc field is different expected result.

doc: "Print the contents of a file to stdout using 'cat' running in a docker container."

dct:creator:
  id: "http://orcid.org/0000-0003-3566-7705"
  class: foaf:Person
  foaf:name: Peter Amstutz
  foaf:mbox: "mailto:[email protected]"

I think because of filename , this test MUST be test about metadata.
And doc field MUST be updated.
Or change filename and doc field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions