diff --git a/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt b/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt index 6fb9d384efcbaa8bf0303d0b9fbdf2c16802b1ce..99fb74a6061e61ef15512e9fd24787a2c4ed759a 100644 --- a/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt +++ b/integration-tests/templates/data-yeastx/expected-output/template_incoming_content_yeastx.txt @@ -23,9 +23,6 @@ ERROR: file3.mzXML - no mapping could be found for this dataset faulty-to-many-mapping-files -------------------- ERROR: No datasets from the directory 'faulty-to-many-mapping-files' can be processed because there is more than one file with extension '[tsv]'. -faulty-unknow-property -------------------- -ERROR: file1.mzXML - cannot upload the file: Property type with code 'unknow-property' does not exist! - faulty-unknown-mapping -------------------- ERROR: file1.mzXML - cannot upload the file: there is no sample which matches the criteria <Samples from the group 'TEST' with property 'samplename' set to 'unknown' in any experiment> ERROR: file2.mzXML - cannot upload the file: No project 'UNKNOWN' could be found in the 'TEST' group! @@ -34,6 +31,9 @@ ERROR: file4.mzXML - cannot upload the file: experiment and project columns shou ERROR: file5.mzXML - cannot upload the file: error when checking if sample '/unknown/x' belongs to an experiment: No group could be found for identifier 'CISD:/UNKNOWN'. ERROR: file5.mzXML - cannot upload the file: No group could be found for identifier 'CISD:/UNKNOWN'. +faulty-unknown-property -------------------- +ERROR: file1.mzXML - cannot upload the file: Property type with code 'unknown-property' does not exist! + faulty-wrong-conversion -------------------- ERROR: file1.mzXML - cannot upload the file: conversion column cannot be empty for this type of file. ERROR: file2.eicML - cannot upload the file: conversion column must be empty for this type of file. diff --git a/integration-tests/templates/data-yeastx/incoming/faulty-unknow-property/description.tsv b/integration-tests/templates/data-yeastx/incoming/faulty-unknow-property/description.tsv deleted file mode 100644 index df28d213cd2ffe2ebd860c78ba0b4b8904ebf106..0000000000000000000000000000000000000000 --- a/integration-tests/templates/data-yeastx/incoming/faulty-unknow-property/description.tsv +++ /dev/null @@ -1,3 +0,0 @@ -# openbis-user@mailinator.pl -file_name sample group experiment project conversion unknow-property -file1.mzXML s32 TEST fiaML value diff --git a/integration-tests/templates/data-yeastx/incoming/faulty-unknown-property/description.tsv b/integration-tests/templates/data-yeastx/incoming/faulty-unknown-property/description.tsv new file mode 100644 index 0000000000000000000000000000000000000000..9673b4d4d40b37707a0a1bfc2725215e7a76ab73 --- /dev/null +++ b/integration-tests/templates/data-yeastx/incoming/faulty-unknown-property/description.tsv @@ -0,0 +1,3 @@ +# openbis-user@mailinator.pl +file_name sample group experiment project conversion unknown-property +file1.mzXML s32 TEST fiaML value diff --git a/integration-tests/templates/data-yeastx/incoming/faulty-unknow-property/file1.mzXML b/integration-tests/templates/data-yeastx/incoming/faulty-unknown-property/file1.mzXML similarity index 100% rename from integration-tests/templates/data-yeastx/incoming/faulty-unknow-property/file1.mzXML rename to integration-tests/templates/data-yeastx/incoming/faulty-unknown-property/file1.mzXML diff --git a/integration-tests/test-yeastx.sh b/integration-tests/test-yeastx.sh index fd5a6da23e3a735ae31abc9744dc1528c45f624f..2f13ae938c1af20c84bdf4be1790abe3bc79237f 100755 --- a/integration-tests/test-yeastx.sh +++ b/integration-tests/test-yeastx.sh @@ -169,7 +169,7 @@ function assert_correct_incoming_contents { assert_correct_incoming_content faulty-no-mapping 4 true assert_correct_incoming_content faulty-non-unique-mapping 6 true assert_correct_incoming_content faulty-to-many-mapping-files 4 true - assert_correct_incoming_content faulty-unknow-property 4 true + assert_correct_incoming_content faulty-unknown-property 4 true assert_correct_incoming_content faulty-unknown-mapping 8 true assert_correct_incoming_content faulty-wrong-conversion 6 true assert_correct_incoming_content ignore-empty-dir 0 false