minor
authorErik Brakkee <erik@brakkee.org>
Thu, 18 Aug 2011 14:39:39 +0000 (16:39 +0200)
committerErik Brakkee <erik@brakkee.org>
Thu, 18 Aug 2011 14:39:39 +0000 (16:39 +0200)
integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java

index 6bef98a6d78c3caa5e79dff8fb97abf89424f61f..7ca83cac3d61f518d41707196b965f38e7bc7060 100644 (file)
@@ -47,6 +47,8 @@ public class XmlRouterIntegrationTest {
                 .artifactId("xmlrouter-subscribe").versionAsInProject(),//
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-listener").versionAsInProject(),//
+
+            // XML Router bundle.
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-router-bundle").versionAsInProject(), //
 
@@ -54,19 +56,6 @@ public class XmlRouterIntegrationTest {
             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);