now making sure that ids re prefixed by the config id.
[xmlrouter] / impl / src / test / java / org / wamblee / xmlrouter / impl / XMLRouterFunctionTest.java
index 5d84107255f75ada0bf3702282f28239c1c9ef4f..e2e08b4a0e7b43c941d0711d81d1e8c7385de639 100644 (file)
@@ -63,7 +63,7 @@ public class XMLRouterFunctionTest {
         DocumentType type = mock(DocumentType.class);
         when(type.isInstance(any(DOMSource.class))).thenReturn(true);
         when(type.getName()).thenReturn(aType);
-        RouterConfig routerConfig = configService.emptyConfig();
+        RouterConfig routerConfig = configService.emptyConfig("app");
         routerConfig.documentTypeConfig().add(type);
         return routerConfig;
     }