You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/04/29 10:12:55 UTC

svn commit: r1741569 - /sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java

Author: olli
Date: Fri Apr 29 08:12:55 2016
New Revision: 1741569

URL: http://svn.apache.org/viewvc?rev=1741569&view=rev
Log:
import static org.ops4j.pax.exam.CoreOptions.bundle

Modified:
    sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java

Modified: sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java?rev=1741569&r1=1741568&r2=1741569&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java (original)
+++ sling/trunk/bundles/extensions/healthcheck/core/src/test/java/org/apache/sling/hc/core/it/U.java Fri Apr 29 08:12:55 2016
@@ -18,6 +18,7 @@
 package org.apache.sling.hc.core.it;
 
 import static org.junit.Assert.fail;
+import static org.ops4j.pax.exam.CoreOptions.bundle;
 import static org.ops4j.pax.exam.CoreOptions.junitBundles;
 import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
 import static org.ops4j.pax.exam.CoreOptions.options;
@@ -97,7 +98,7 @@ public class U {
                     )
             ),
             provision(
-                    CoreOptions.bundle(bundleFile.toURI().toString()),
+                    bundle(bundleFile.toURI().toString()),
                     mavenBundle().groupId("javax.servlet").artifactId("javax.servlet-api").versionAsInProject(),
                     mavenBundle("org.apache.felix", "org.apache.felix.scr", "1.6.2"),
                     mavenBundle("org.apache.felix", "org.apache.felix.configadmin", "1.8.8"),