now making sure that ids re prefixed by the config id.
[xmlrouter] / impl / src / test / java / org / wamblee / xmlrouter / impl / RobustDocumentTypeTest.java
index 254826cb9573ebc2bc46d87d7562c412220b4714..aa724e26f3d10ca0f46fb3f976ad410ea0a470cf 100644 (file)
@@ -34,7 +34,7 @@ public class RobustDocumentTypeTest {
     @Before
     public void setUp() {
         documentType = mock(DocumentType.class);
-        robust = new RobustDocumentType(documentType);
+        robust = new RobustDocumentType("app1", documentType);
         source = mock(DOMSource.class);
     }