[jboss-cvs] JBoss Messaging SVN: r1458 - in branches/Branch_1_0/tests: etc/stress smoke

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 9 23:10:48 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-10-09 23:10:47 -0400 (Mon, 09 Oct 2006)
New Revision: 1458

Modified:
   branches/Branch_1_0/tests/etc/stress/log4j.xml
   branches/Branch_1_0/tests/smoke/build.xml
Log:
minor adjustments

Modified: branches/Branch_1_0/tests/etc/stress/log4j.xml
===================================================================
--- branches/Branch_1_0/tests/etc/stress/log4j.xml	2006-10-09 20:39:19 UTC (rev 1457)
+++ branches/Branch_1_0/tests/etc/stress/log4j.xml	2006-10-10 03:10:47 UTC (rev 1458)
@@ -30,7 +30,7 @@
    <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
       <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
 
-      <param name="File" value="${module.output}/logs/messaging-tests${remote.test.suffix}.stress.trace.log"/>
+      <param name="File" value="${module.output}/logs/messaging-tests${remote.test.suffix}.stress.log"/>
 
       <!-- since majority of the tests are ran in fork mode by ant, the log file is overwritten
            for each test. We need to append if we want to preserve a full testsuite run log.

Modified: branches/Branch_1_0/tests/smoke/build.xml
===================================================================
--- branches/Branch_1_0/tests/smoke/build.xml	2006-10-09 20:39:19 UTC (rev 1457)
+++ branches/Branch_1_0/tests/smoke/build.xml	2006-10-10 03:10:47 UTC (rev 1458)
@@ -502,7 +502,9 @@
 
       <ant dir="../.." antfile="build.xml" target="clean" inheritAll="false"/>
       <ant dir="../.." antfile="build.xml" target="artifacts" inheritAll="false"/>
-      <!-- I need this because the smoke test itself uses org.jboss.test.messaging.tools classes -->
+      <!--
+           I need this because the smoke test itself uses org.jboss.test.messaging.tools classes.
+      -->
       <ant dir="../../tests" antfile="build.xml" target="compile" inheritAll="false"/>
 
    </target>




More information about the jboss-cvs-commits mailing list