Skip to content
Snippets Groups Projects
Commit 1b82ab3b authored by vkovtun's avatar vkovtun
Browse files

BIS-772: Fixing failing Java tests.

parent fff0155a
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -551,10 +551,10 @@ class ExportData ...@@ -551,10 +551,10 @@ class ExportData
// All // All
{ {
// Sample: /CISD/NOE/CP-TEST-2 // Sample: /CISD/NEMO/CP-TEST-1
"export-sample-all.zip", "export-sample-all.zip",
EnumSet.of(ExportFormat.XLSX, ExportFormat.HTML, ExportFormat.PDF, ExportFormat.DATA), EnumSet.of(ExportFormat.XLSX, ExportFormat.HTML, ExportFormat.PDF, ExportFormat.DATA),
List.of(new ExportablePermId(ExportableKind.SAMPLE, new SamplePermId("200902091250077-1026"))), List.of(new ExportablePermId(ExportableKind.SAMPLE, new SamplePermId("200902091219327-1025"))),
new AllFields(), new AllFields(),
XlsTextFormat.PLAIN, XlsTextFormat.PLAIN,
true, // withReferredTypes true, // withReferredTypes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment