Skip to content
Snippets Groups Projects
Commit 5e5c0eeb authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on unit test to work on linux machine

parent 03dcdf99
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -38,11 +38,11 @@ public final class PdMapAnnotations {
*
* @return filename of the last available version of pd project
* @throws FileNotFoundException
* thrown when file cannpt be found
* thrown when file cannot be found
*/
public static String getLastPdFilename() throws FileNotFoundException {
String result = null;
File folder = new File("testFiles/PD_full/");
File folder = new File("testFiles/pd_full/");
File[] listOfFiles = folder.listFiles();
for (int i = 0; i < listOfFiles.length; i++) {
......
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