[jboss-cvs] JBossAS SVN: r111509 - in branches/JBPAPP_4_2_0_GA_CP/testsuite: imports/config and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 2 10:20:40 EDT 2011


Author: jiwils
Date: 2011-06-02 10:20:39 -0400 (Thu, 02 Jun 2011)
New Revision: 111509

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
   branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/config/tests-jbpapp6523.xml
Log:
Renamed test target to tests-jbpapp6523 instead of test-jbpapp6523 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 14:08:46 UTC (rev 111508)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2011-06-02 14:20:39 UTC (rev 111509)
@@ -898,7 +898,7 @@
     <antcall target="tests-jbmNonCluster"/>
     
     <!-- Commons logging TCCL fix - JBPAPP-6523 -->
-    <antcall target="test-jbpapp6523"/>
+    <antcall target="tests-jbpapp6523"/>
     
     <antcall target="tests-report"/>
     <record name="${basedir}/build.log" action="stop"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/config/tests-jbpapp6523.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/config/tests-jbpapp6523.xml	2011-06-02 14:08:46 UTC (rev 111508)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/imports/config/tests-jbpapp6523.xml	2011-06-02 14:20:39 UTC (rev 111509)
@@ -12,7 +12,7 @@
       <include name="org/jboss/test/commons_logging/jbpapp6523/test/UseTCCLTrueTestCase.class"/>
    </patternset>
    
-   <target name="test-jbpapp6523" description="Tests JBPAPP-6523 Commons Loggins Use TCCL">
+   <target name="tests-jbpapp6523" description="Tests JBPAPP-6523 Commons Loggins Use TCCL">
      
      <!-- use_tccl = false -->
       <create-config baseconf="all" newconf="jbpapp6523-use_tccl-false">



More information about the jboss-cvs-commits mailing list