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

- added minimal test

parent 1534625b
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ public class TestSLUBXmlFormatValidationPlugin { ...@@ -49,6 +49,7 @@ public class TestSLUBXmlFormatValidationPlugin {
initp.put("schemacatalog", "example_catalog/schema_catalog.xml"); initp.put("schemacatalog", "example_catalog/schema_catalog.xml");
mock.initParams(initp); mock.initParams(initp);
mock.loadNamespaceSchemaMap(initp.get("schemacatalog")); mock.loadNamespaceSchemaMap(initp.get("schemacatalog"));
assertNotNull("namespacemap loaded", mock.getNamespaceSchemaMap());
} }
@org.junit.Test @org.junit.Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment