Author: mvdb
Date: Thu Dec 22 11:15:35 2005
New Revision: 358607
URL: http://svn.apache.org/viewcvs?rev=358607&view=rev
Log:
The junit-axion target. Forgot to commit that with the axion fixes.
Modified:
db/ddlutils/trunk/build.xml
Modified: db/ddlutils/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/db/ddlutils/trunk/build.xml?rev=358607&r1=358606&r2=358607&view=diff
==============================================================================
--- db/ddlutils/trunk/build.xml (original)
+++ db/ddlutils/trunk/build.xml Thu Dec 22 11:15:35 2005
@@ -223,6 +223,15 @@
</target>
<!-- ================================================================== -->
+ <!-- Runs the test cases against AxionDB -->
+ <!-- ================================================================== -->
+ <target name="junit-axion"
+ description="Runs the test cases against axion">
+ <property name="jdbc.properties.file" value="/jdbc.properties.axion"/>
+ <antcall target="-junit-internal"/>
+ </target>
+
+ <!-- ================================================================== -->
<!-- Runs the test cases against PostgreSQL -->
<!-- ================================================================== -->
<target name="junit-postgresql"