Author: mprudhom
Date: Mon Oct 15 17:39:09 2007
New Revision: 584982
URL: http://svn.apache.org/viewvc?rev=584982&view=rev
Log:
Removed passing along "test" parameter to TCK script, since it seems to cause problems when
it is unset.
Modified:
openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=584982&r1=584981&r2=584982&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Mon Oct 15 17:39:09 2007
@@ -235,8 +235,10 @@
<sysproperty key="pkg.dir"
value="${jpatck.pkg.dir}"/>
+ <!--
<sysproperty key="test"
value="${jpatck.test}"/>
+ -->
<classpath>
<path refid="cp"/>
|