Author: ron.sigal(a)jboss.com
Date: 2011-05-04 22:53:50 -0400 (Wed, 04 May 2011)
New Revision: 6352
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-1285: Treat LocalCallbackConnectorTestCase as an http test.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2011-05-05 02:39:47 UTC (rev 6351)
+++ remoting2/branches/2.x/build.xml 2011-05-05 02:53:50 UTC (rev 6352)
@@ -1259,6 +1259,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*"/>
@@ -1555,6 +1556,7 @@
<include name="**/remoting/**/*HTTP*TestCase.class"/>
<include name="**/remoting/**/*Http*TestCase.class"/>
<include name="**/remoting/**/*http*TestCase.class"/>
+ <exclude
name="**/remoting/**/LocalCallbackConnectorTestCase.class"/>
<exclude
name="**/remoting/**/HTTPSAsynchCallbackTestCase.class"/>
<exclude
name="**/remoting/**/ServerBindingTestCase.class"/>
<exclude
name="**/remoting/marshall/dynamic/remote/**/*TestCase.class"/>
Show replies by date