[jboss-cvs] JBoss Messaging SVN: r2063 - in trunk/tests: etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 25 21:07:08 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-25 21:07:07 -0500 (Thu, 25 Jan 2007)
New Revision: 2063

Modified:
   trunk/tests/build.xml
   trunk/tests/etc/log4j.xml
Log:
reenabling a full testsuite run

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-01-26 01:02:40 UTC (rev 2062)
+++ trunk/tests/build.xml	2007-01-26 02:07:07 UTC (rev 2063)
@@ -356,13 +356,10 @@
            default remoting configuration (socket)
       -->
       <antcall target="remote-tests"/>
-
-      <!--
       <antcall target="remote-tests">
          <param name="test.remoting" value="http"/>
       </antcall>
       <antcall target="clustering-tests"/>
-      -->
    </target>
 
    <target name="http-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">

Modified: trunk/tests/etc/log4j.xml
===================================================================
--- trunk/tests/etc/log4j.xml	2007-01-26 01:02:40 UTC (rev 2062)
+++ trunk/tests/etc/log4j.xml	2007-01-26 02:07:07 UTC (rev 2063)
@@ -47,7 +47,7 @@
    </category>
 
    <category name="org.jboss.remoting">
-      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
+      <priority value="DEBUG"/>
    </category>
 
    <category name="org.jboss">
@@ -84,6 +84,12 @@
       <priority value="DEBUG"/>
    </category>
 
+   <!--
+   <category name="org.jboss.remoting">
+      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
+   </category>
+   -->
+
    <root>
       <appender-ref ref="CONSOLE"/>
       <appender-ref ref="FILE"/>




More information about the jboss-cvs-commits mailing list