[jboss-remoting-commits] JBoss Remoting SVN: r6351 - remoting2/branches/2.2.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed May 4 22:39:48 EDT 2011


Author: ron.sigal at jboss.com
Date: 2011-05-04 22:39:47 -0400 (Wed, 04 May 2011)
New Revision: 6351

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-1285: Treat LocalCallbackConnectorTestCase as an http test.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2011-04-29 21:20:04 UTC (rev 6350)
+++ remoting2/branches/2.2/build.xml	2011-05-05 02:39:47 UTC (rev 6351)
@@ -881,6 +881,7 @@
                <exclude name="**/remoting/**/performance/**"/>
                <exclude name="**/remoting/**/nonserializable/**"/>
                <exclude name="**/remoting/**/http/chunked/**"/>
+               <exclude name="**/remoting/**/LocalCallbackConnectorTestCase.class"/>
                <!-- these are test cases that are only failing on certain env so will have to run manually -->
                <exclude name="**/remoting/callback/pull/memory/**/*StoreCallbackTestCase*"/>
                <exclude name="**/remoting/detection/multicast/*MulticastUnitTestCase*"/>
@@ -952,6 +953,7 @@
                <include name="**/remoting/**/*HTTP*TestCase.class"/>
                <include name="**/remoting/**/*Http*TestCase.class"/>
                <include name="**/remoting/**/*http*TestCase.class"/>
+               <include name="**/remoting/**/LocalCallbackConnectorTestCase.class"/>
                <exclude name="**/remoting/**/HTTPSAsynchCallbackTestCase.class"/>
                <exclude name="**/remoting/**/HTTPInvokerClientTestCase.class"/>
                <exclude name="**/remoting/transport/http/compression/*CompressedHTTPInvokerTestCase*"/>



More information about the jboss-remoting-commits mailing list