[jboss-svn-commits] JBL Code SVN: r37431 - labs/jbosstm/trunk/qa.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 23 08:52:27 EDT 2011


Author: tomjenkinson
Date: 2011-08-23 08:52:26 -0400 (Tue, 23 Aug 2011)
New Revision: 37431

Modified:
   labs/jbosstm/trunk/qa/run-tests.xml
Log:
moved the driver property around to actually work rather than be a key it was a value

Modified: labs/jbosstm/trunk/qa/run-tests.xml
===================================================================
--- labs/jbosstm/trunk/qa/run-tests.xml	2011-08-23 12:50:16 UTC (rev 37430)
+++ labs/jbosstm/trunk/qa/run-tests.xml	2011-08-23 12:52:26 UTC (rev 37431)
@@ -48,7 +48,7 @@
   </target>
   <!-- handy utility space where you can copy one or more test groups if you want to run something ad-hoc -->
   <target name="test">
-    <property name="ojdbc14.jar" value="driver"/>
+    <property name="driver" value="ojdbc14.jar"/>
     <fail unless="test" message="you need to specify the name of a test"/>
     <install-dbdriver files="${driver}"/>
     <junit-tests tests="${test}"/>



More information about the jboss-svn-commits mailing list