Skip to content
Snippets Groups Projects
Commit 3174d60b authored by kaloyane's avatar kaloyane
Browse files

minor: fix sample dataset name

SVN: 22032
parent 1603b65f
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest ...@@ -364,7 +364,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest
private void createData() throws IOException private void createData() throws IOException
{ {
File dataDirectory = new File("./sourceTest/resources/" + IMAGE_DATA_SET_DIR_NAME); File dataDirectory = new File("./sourceTest/examples/" + IMAGE_DATA_SET_DIR_NAME);
FileUtils.copyDirectoryToDirectory(dataDirectory, workingDirectory); FileUtils.copyDirectoryToDirectory(dataDirectory, workingDirectory);
incomingDataSetFile = new File(workingDirectory, dataDirectory.getName()); incomingDataSetFile = new File(workingDirectory, dataDirectory.getName());
......
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