Skip to content
Snippets Groups Projects
Commit d4afbd79 authored by cramakri's avatar cramakri
Browse files

BIS-21 SP-177 : Fixed jython dropbox testing framework to correctly move file...

BIS-21 SP-177 : Fixed jython dropbox testing framework to correctly move file in the mock storage processor

SVN: 26055
parent 62f45987
No related branches found
No related tags found
No related merge requests found
......@@ -142,10 +142,10 @@ public class JythonScreeningDropboxRecoveryTest extends AbstractJythonDataSetHan
assertEquals(new DataSetType("HCS_IMAGE_CONTAINER_RAW"),
hcsImageContainerRawDataSet.getDataSetType());
File rawDatasetLocation = assertStorageDirectoryOfDataset(hcsImageRawDataSet);
File rawDatasetLocation =
new File(assertStorageDirectoryOfDataset(hcsImageRawDataSet), "original");
File overviewDatasetLocation = assertStorageDirectoryOfDataset(hcsImageOverviewDataSet);
System.out.println(hcsImageRawDataSet.getLocation());
System.out.println(hcsImageOverviewDataSet.getLocation());
assertTrue("The plate directory exists", new File(rawDatasetLocation, "PLATE").exists());
......
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