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

SSDM-13256: Added an extra test to test that datasets are not exported when...

SSDM-13256: Added an extra test to test that datasets are not exported when import compatible is set to true.
parent 939edd6b
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -893,6 +893,21 @@ public class XLSExportData ...@@ -893,6 +893,21 @@ public class XLSExportData
List.of(), List.of(),
false false
}, },
{
"empty.xlsx",
Map.of(),
DataSetExpectations.class,
List.of(
new ExportablePermId(DATASET, new DataSetPermId("200001010000000-0001")),
new ExportablePermId(DATASET, new DataSetPermId("200001010000000-0002")),
new ExportablePermId(DATASET, new DataSetPermId("200001010000000-0003"))
),
true,
EXPORT_FIELDS,
XLSExport.TextFormatting.RICH,
List.of(),
true
},
{ {
"export-data-set-rich-text.xlsx", "export-data-set-rich-text.xlsx",
Map.of(), Map.of(),
......
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