From c4fe0957ee76da70633082fc6210c425c7bfcbe1 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Mon, 4 Jan 2010 22:55:49 +0000 Subject: [PATCH] OPENJPA-1453 Merge some of the tck2-profile updates into tck-profile and chnage the tsant macro in tck2-profile to not fail the build when errors occur git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@895819 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-integration/tck/pom.xml | 45 ++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index e71804c30..93f28a768 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -231,7 +231,7 @@ databaseName=${db.name} - + @@ -266,9 +266,11 @@ databaseName=${db.name} + TCK initdb.xml returned result=${tsant.result} + TCK build.xml returned result=${tsant.result} @@ -371,7 +373,7 @@ databaseName=${db.name} integration-test - Running Sun JPA TCK + Running Sun JPA 1.0b TCK @@ -411,6 +413,7 @@ databaseName=${db.name} + @@ -443,7 +446,7 @@ openjpa.jdbc.SchemaFactory: native(ForeignKeys=true) jpa.home=${tck.dir} work.dir=${jpatck.work.dir} -report.dir=${tck.dir}/../reports +report.dir=${jpatck.reports.dir} jpa.classes=${cp.property} database.classes=${jpa.classes} # Need to specify java.* classes, both in Windows/UNIX locations as well as Mac. @@ -537,9 +540,39 @@ databaseName=${db.name} - + + + + Results archive at: ${tck.results.archive} + + + + + + + + + + + + + + + + + + + + + + + + + + TCK Results - Passed: ${count.passed}, Failed: ${count.failed} + - JPA TCK Passed 100%! + Pased JPA 1.0b TCK!