[jboss-cvs] JBoss Messaging SVN: r2360 - trunk/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 19 19:51:55 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-19 19:51:55 -0500 (Mon, 19 Feb 2007)
New Revision: 2360

Modified:
   trunk/tests/build.xml
Log:
corrected class name spelling error

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-02-20 00:50:28 UTC (rev 2359)
+++ trunk/tests/build.xml	2007-02-20 00:51:55 UTC (rev 2360)
@@ -208,8 +208,6 @@
       <path refid="postgres.jdbc.driver.classpath"/>
       <path refid="apache.tomcat.classpath"/>
       <path refid="apache.logging.classpath"/>
-      <path refid="jboss.test14.classpath"/>
-      <path refid="jboss.jbossretro.rt.classpath"/>
    </path>
 
    <path id="stress.test.execution.classpath">
@@ -681,7 +679,7 @@
          </classpath>
 
          <sysproperty key="jboss-junit-configuration" value="StressRemote-${test.remoting}"/>
-         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatte"
+         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     usefile="${junit.formatter.usefile}" extension="-StressRemote-${test.remoting}.xml"/>
 
          <batchtest fork="${junit.batchtest.fork}"




More information about the jboss-cvs-commits mailing list