You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/02/21 09:14:20 UTC

svn commit: r1783851 - in /aries/trunk/jpa/itests/jpa-tck-itest: org.osgi.test.cases.jpa.bnd pom.xml runtests

Author: cschneider
Date: Tue Feb 21 09:14:20 2017
New Revision: 1783851

URL: http://svn.apache.org/viewvc?rev=1783851&view=rev
Log:
Update of itest libs

Modified:
    aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
    aries/trunk/jpa/itests/jpa-tck-itest/pom.xml
    aries/trunk/jpa/itests/jpa-tck-itest/runtests

Modified: aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd?rev=1783851&r1=1783850&r2=1783851&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd (original)
+++ aries/trunk/jpa/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd Tue Feb 21 09:14:20 2017
@@ -14,11 +14,14 @@
 
 # bnd pack for project org.osgi.test.cases.jpa
 # Thu Nov 01 12:39:45 EDT 2012
+
+-standalone:
+
 -runpath = \
     lib/org.eclipse.osgi-3.8.0.v20120529-1548.jar;version=file, \
-    lib/org.apache.servicemix.bundles.junit-3.8.2_2.jar;version=file;export="junit.framework;version=3.8" 
+lib/org.apache.servicemix.bundles.junit-4.11_1.jar;version=file;export="junit.framework;version=3.8,junit.framework;version=4.11" 
 
--runtrace = true
+#-runtrace = true
 
 -target = \
     lib/org.osgi.test.cases.jpa-5.0.0.jar;version=file,

Modified: aries/trunk/jpa/itests/jpa-tck-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-tck-itest/pom.xml?rev=1783851&r1=1783850&r2=1783851&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-tck-itest/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-tck-itest/pom.xml Tue Feb 21 09:14:20 2017
@@ -44,13 +44,13 @@
 	<!-- Test framework -->
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
-            <artifactId>bnd</artifactId>
-            <version>2.4.0</version>
+            <artifactId>biz.aQute.bnd</artifactId>
+            <version>3.3.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-            <version>3.8.2_2</version>
+            <version>4.11_1</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>

Modified: aries/trunk/jpa/itests/jpa-tck-itest/runtests
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-tck-itest/runtests?rev=1783851&r1=1783850&r2=1783851&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-tck-itest/runtests (original)
+++ aries/trunk/jpa/itests/jpa-tck-itest/runtests Tue Feb 21 09:14:20 2017
@@ -17,5 +17,5 @@
 
 cp org.osgi.test.cases.jpa.bnd target
 cd target
-java -jar lib/bnd-2.4.0.jar runtests --title osgi.ct
+java -jar lib/biz.aQute.bnd-3.3.0.jar runtests --title osgi.ct
 cd ..