[jboss-cvs] JBossAS SVN: r106343 - branches/Branch_No_Multicast/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 10:15:39 EDT 2010


Author: smarlow at redhat.com
Date: 2010-06-30 10:15:38 -0400 (Wed, 30 Jun 2010)
New Revision: 106343

Modified:
   branches/Branch_No_Multicast/testsuite/build.xml
Log:
exclude other DynLoading... tests

Modified: branches/Branch_No_Multicast/testsuite/build.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 11:28:18 UTC (rev 106342)
+++ branches/Branch_No_Multicast/testsuite/build.xml	2010-06-30 14:15:38 UTC (rev 106343)
@@ -1498,6 +1498,8 @@
      <exclude name="org/jboss/test/cluster/defaultcfg/simpleweb/test/*TestCase.class"/>
      <!-- These tests depend on DownloadServerClasses=true which is currently false -->
      <exclude name="org/jboss/test/jrmp/test/DynLoadingFromSARUnitTestCase.class"/>
+     <exclude name="org/jboss/test/jrmp/test/DynLoadingFromSARUnpackedUnitTestCase.class"/>
+     <exclude name="org/jboss/test/jrmp/test/DynLoadingUnitTestCase.class"/>
      <!-- This test expects a session bean call that leaks a db connection to result in a remote exception.  That is a debug feature that is disabled  -->
      <exclude name="org/jboss/test/jca/test/CachedConnectionErrorUnitTestCase.class"/>
 	</patternset>



More information about the jboss-cvs-commits mailing list