Author: mcaisse
Date: Fri May 27 05:07:16 2011
New Revision: 1128150
URL: http://svn.apache.org/viewvc?rev=1128150&view=rev
Log:
aJDO-647 - Set doInstallSchema to true in tck configuration
Modified:
db/jdo/trunk/tck/pom.xml
Modified: db/jdo/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1128150&r1=1128149&r2=1128150&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Fri May 27 05:07:16 2011
@@ -63,7 +63,7 @@
</execution>
</executions>
<configuration>
- <doInstallSchema>false</doInstallSchema>
+ <doInstallSchema>true</doInstallSchema>
<doEnhance>true</doEnhance>
<doRunTCK>true</doRunTCK>
<impl>jdori</impl>
|