Author: veithen
Date: Mon Sep 16 09:44:52 2013
New Revision: 1523569

URL: http://svn.apache.org/r1523569
Log:
Removed unnecessary configuration option (introduced by copy & paste from 
another project).

Modified:
    
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/FactoryTest.java
    
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/JAXBTest.java
    
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/SJSXPTest.java

Modified: 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/FactoryTest.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/FactoryTest.java?rev=1523569&r1=1523568&r2=1523569&view=diff
==============================================================================
--- 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/FactoryTest.java
 (original)
+++ 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/FactoryTest.java
 Mon Sep 16 09:44:52 2013
@@ -20,7 +20,6 @@ package org.apache.axiom.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
-import static org.ops4j.pax.exam.CoreOptions.frameworkProperty;
 import static org.ops4j.pax.exam.CoreOptions.junitBundles;
 import static org.ops4j.pax.exam.CoreOptions.options;
 import static org.ops4j.pax.exam.CoreOptions.url;
@@ -56,8 +55,7 @@ public class FactoryTest {
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-api.link"),
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-impl.link"),
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-dom.link"),
-                junitBundles(),
-                frameworkProperty("foo").value("bar"));
+                junitBundles());
     }
     
     @Inject

Modified: 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/JAXBTest.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/JAXBTest.java?rev=1523569&r1=1523568&r2=1523569&view=diff
==============================================================================
--- 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/JAXBTest.java
 (original)
+++ 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/JAXBTest.java
 Mon Sep 16 09:44:52 2013
@@ -18,7 +18,6 @@
  */
 package org.apache.axiom.test;
 
-import static org.ops4j.pax.exam.CoreOptions.frameworkProperty;
 import static org.ops4j.pax.exam.CoreOptions.junitBundles;
 import static org.ops4j.pax.exam.CoreOptions.options;
 import static org.ops4j.pax.exam.CoreOptions.url;
@@ -58,8 +57,7 @@ public class JAXBTest {
                 
url("link:classpath:org.apache.servicemix.specs.jaxb-api-2.1.link"),
                 
url("link:classpath:org.apache.servicemix.bundles.jaxb-impl.link"),
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-jaxb.link"),
-                junitBundles(),
-                frameworkProperty("foo").value("bar"));
+                junitBundles());
     }
     
     @Test

Modified: 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/SJSXPTest.java
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/SJSXPTest.java?rev=1523569&r1=1523568&r2=1523569&view=diff
==============================================================================
--- 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/SJSXPTest.java
 (original)
+++ 
webservices/axiom/trunk/systests/osgi-tests/src/test/java/org/apache/axiom/test/SJSXPTest.java
 Mon Sep 16 09:44:52 2013
@@ -19,7 +19,6 @@
 package org.apache.axiom.test;
 
 import static org.junit.Assert.assertEquals;
-import static org.ops4j.pax.exam.CoreOptions.frameworkProperty;
 import static org.ops4j.pax.exam.CoreOptions.junitBundles;
 import static org.ops4j.pax.exam.CoreOptions.options;
 import static org.ops4j.pax.exam.CoreOptions.url;
@@ -54,8 +53,7 @@ public class SJSXPTest {
                 url("link:classpath:org.apache.james.apache-mime4j-core.link"),
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-api.link"),
                 
url("link:classpath:org.apache.ws.commons.axiom.axiom-impl.link"),
-                junitBundles(),
-                frameworkProperty("foo").value("bar"));
+                junitBundles());
     }
     
     @Test


Reply via email to