Set a default value for "jpatck.test" so that not specifying a test will allow the TCK to run.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@584978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-10-16 00:03:57 +00:00
parent 09c894a368
commit cdd318578e
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@
<property name="openjpa.log.level" value="WARN"/>
<property name="jpatck.pkg.dir" value="com"/>
<property name="jpatck.test" value=""/>
<property name="jpatck.work.dir"
value="${tck.dir}/../work"/>