From: Erik Brakkee Date: Thu, 18 Aug 2011 14:39:39 +0000 (+0200) Subject: minor X-Git-Url: http://wamblee.org/gitweb/?p=xmlrouter;a=commitdiff_plain;h=2c905a8ef5dab59cce6b53b89e076455c93dd887 minor --- diff --git a/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java b/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java index 6bef98a..7ca83ca 100644 --- a/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java +++ b/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java @@ -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);