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

invalid file extracted to separate example list

parent 565659de
No related branches found
No related tags found
1 merge request!186Resolve "upload of sbml"
......@@ -49,6 +49,11 @@ public class GenericSbmlParserTest {
data.add(new Object[] { fPath });
}
});
Files.walk(Paths.get("testFiles/invalidButParseable")).forEach(fPath -> {
if (Files.isRegularFile(fPath) && fPath.toString().endsWith(".xml")) {
data.add(new Object[] { fPath });
}
});
return data;
}
......
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