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

- added test

parent 2025d283
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ public class TestXmlFormatValidationPlugin {
mock.initParams(initp);
mock.loadNamespaceSchemaMap(initp.get("schemacatalog"));
assertNotNull("namespacemap loaded", mock.getNamespaceSchemaMap());
assertTrue( "namespacemap, no errors triggered", mock.getErrors().isEmpty());
}
@org.junit.Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment