Skip to content
Snippets Groups Projects
Commit d793370e authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor

parent ca22ad1c
Branches
Tags
No related merge requests found
Pipeline #3602 failed
......@@ -24,6 +24,7 @@ public class TestSLUBXmlFormatValidationPlugin {
private static SLUBXmlFormatValidationPlugin mock;
private Path[] testPaths;
private Map<String, String> initp = new HashMap<>();
@Before
public void setUp() {
Stream<Path> findFiles;
......@@ -34,8 +35,8 @@ public class TestSLUBXmlFormatValidationPlugin {
// do nothing, because nothing found
}
mock = new SLUBXmlFormatValidationPlugin();
Map<String, String> initp = new HashMap<>();
initp.put("catalog", "/etc/xml/catalog");
mock.initParams(initp);
}
@org.junit.Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment