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/04/18 12:55:21 UTC

[29/50] aries-jpa git commit: Update of itest libs

Update of itest libs

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1783851 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/a0bd814b
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/a0bd814b
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/a0bd814b

Branch: refs/heads/master
Commit: a0bd814bb1e247f06304fe34830812f9f13224a0
Parents: 0b82592
Author: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Tue Feb 21 09:14:20 2017 +0000
Committer: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Tue Feb 21 09:14:20 2017 +0000

----------------------------------------------------------------------
 itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd | 7 +++++--
 itests/jpa-tck-itest/pom.xml                     | 6 +++---
 itests/jpa-tck-itest/runtests                    | 2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a0bd814b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
----------------------------------------------------------------------
diff --git a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
index 755bd31..09704e3 100644
--- a/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
+++ b/itests/jpa-tck-itest/org.osgi.test.cases.jpa.bnd
@@ -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,

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a0bd814b/itests/jpa-tck-itest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/jpa-tck-itest/pom.xml b/itests/jpa-tck-itest/pom.xml
index c864433..ddfd7ae 100644
--- a/itests/jpa-tck-itest/pom.xml
+++ b/itests/jpa-tck-itest/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/a0bd814b/itests/jpa-tck-itest/runtests
----------------------------------------------------------------------
diff --git a/itests/jpa-tck-itest/runtests b/itests/jpa-tck-itest/runtests
index b81ddf9..a2984fe 100755
--- a/itests/jpa-tck-itest/runtests
+++ b/itests/jpa-tck-itest/runtests
@@ -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 ..