diff --git a/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/ExportData.java b/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/ExportData.java index f25cfe9fbbfe9df94b8f970e6d8e20b205c04160..3f0bcc1c86b97864e4251551a7721f020a7ac8ab 100644 --- a/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/ExportData.java +++ b/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/ExportData.java @@ -319,17 +319,6 @@ public class ExportData true, // withReferredTypes false // withImportCompatibility }, - { - // Experiment: EXP-SPACE-TEST - "export-experiment-filtered-fields-html.zip", - EnumSet.of(ExportFormat.HTML), - List.of(new ExportablePermId(ExportableKind.EXPERIMENT, new ExperimentPermId("201206190940555-1032"))), - new SelectedFields(List.of(CODE, PARENTS, CHILDREN, REGISTRATOR, REGISTRATION_DATE), - List.of(new PropertyTypePermId("DESCRIPTION"))), - XlsTextFormat.PLAIN, - true, // withReferredTypes - false // withImportCompatibility - }, { // Sample: /TEST-SPACE/TEST-PROJECT/FV-TEST "export-sample-html.zip", @@ -372,6 +361,17 @@ public class ExportData true, // withReferredTypes false // withImportCompatibility }, + { + // Experiment: EXP-SPACE-TEST + "export-experiment-filtered-fields-html.zip", + EnumSet.of(ExportFormat.HTML), + List.of(new ExportablePermId(ExportableKind.EXPERIMENT, new ExperimentPermId("201206190940555-1032"))), + new SelectedFields(List.of(CODE, PARENTS, CHILDREN, REGISTRATOR, REGISTRATION_DATE), + List.of(new PropertyTypePermId("DESCRIPTION"))), + XlsTextFormat.PLAIN, + true, // withReferredTypes + false // withImportCompatibility + }, { // Sample: /TEST-SPACE/TEST-PROJECT/FV-TEST "export-sample-filtered-fields-html.zip",