[jboss-remoting-commits] JBoss Remoting SVN: r3550 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Mar 1 02:25:14 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-03-01 02:25:14 -0500 (Sat, 01 Mar 2008)
New Revision: 3550

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-876: (1) Turned on http jbossweb tests; (2) temporarily turned off all other tests.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-03-01 07:15:39 UTC (rev 3549)
+++ remoting2/branches/2.x/build.xml	2008-03-01 07:25:14 UTC (rev 3550)
@@ -758,9 +758,9 @@
    </target>
 
    <target name="tests.functional.core" depends="configure">
-      <antcall target="tests.functional.serialization.java.core" inheritrefs="true"/>
+      <!--antcall target="tests.functional.serialization.java.core" inheritrefs="true"/-->
       <antcall target="tests.functional.serialization.java.http.core" inheritrefs="true"/>
-      <antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/>
+      <!--antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/-->
       <antcall target="tests.functional.serialization.jboss.http.core" inheritrefs="true"/>
    </target>
 
@@ -875,18 +875,18 @@
    </target>
    
    <target name="tests.functional.serialization.java.http.core">
-      <!--antcall target="tests.functional.http.jbossweb.core">
+      <antcall target="tests.functional.http.jbossweb.core">
          <param name="serialization" value="java"/>
-      </antcall-->
+      </antcall>
       <antcall target="tests.functional.http.tomcat.core">
          <param name="serialization" value="java"/>
       </antcall>
    </target>
    
    <target name="tests.functional.serialization.jboss.http.core" if="isJDK5">
-      <!--antcall target="tests.functional.http.jbossweb.core">
+      <antcall target="tests.functional.http.jbossweb.core">
          <param name="serialization" value="jboss"/>
-      </antcall-->
+      </antcall>
       <antcall target="tests.functional.http.tomcat.core">
          <param name="serialization" value="jboss"/>
       </antcall>




More information about the jboss-remoting-commits mailing list