[jboss-cvs] JBossAS SVN: r111508 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 2 10:08:47 EDT 2011


Author: jiwils
Date: 2011-06-02 10:08:46 -0400 (Thu, 02 Jun 2011)
New Revision: 111508

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
Fix wrong test target name for JBPAPP-6523.

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2011-06-02 12:50:21 UTC (rev 111507)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2011-06-02 14:08:46 UTC (rev 111508)
@@ -898,7 +898,7 @@
     <antcall target="tests-jbmNonCluster"/>
     
     <!-- Commons logging TCCL fix - JBPAPP-6523 -->
-    <antcall target="tests-jbpapp6523"/>
+    <antcall target="test-jbpapp6523"/>
     
     <antcall target="tests-report"/>
     <record name="${basedir}/build.log" action="stop"/>



More information about the jboss-cvs-commits mailing list