minor
[xmlrouter] / integrationtest / src / test / java / org / wamblee / xmlrouter / integrationtest / XmlRouterIntegrationTest.java
index 912749929b3c131445859df66c6b41b17068115c..7ca83cac3d61f518d41707196b965f38e7bc7060 100644 (file)
@@ -48,23 +48,14 @@ public class XmlRouterIntegrationTest {
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-listener").versionAsInProject(),//
 
+            // XML Router bundle.
+            mavenBundle().groupId("org.wamblee.xmlrouter")
+                .artifactId("xmlrouter-router-bundle").versionAsInProject(), //
+
             // OSGI runtimes
             felix());
     }
 
-    /*
-     * @Configuration() public Option[] config() { return
-     * options(mavenBundle().groupId("junit").artifactId("junit-dep")
-     * .version("4.8.2"), // mockito 1.7 //
-     * wrappedBundle(mavenBundle().groupId("org.mockito") //
-     * .artifactId("mockito-all").version("1.7")), // mockito 1.8.5 //
-     * mavenBundle().groupId("org.objenesis").artifactId("objenesis") //
-     * .version("1.0"), // // mavenBundle("org.hamcrest",
-     * "hamcrest-core").version("1.1"),//
-     * mavenBundle().groupId("org.mockito").artifactId("mockito-all")
-     * .version("1.8.5"), // felix()); }
-     */
-
     @Test
     public void test1(BundleContext aContext) {
         System.out.println("=== Got context " + aContext);