[jboss-cvs] JBossAS SVN: r103135 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 29 10:27:53 EDT 2010


Author: emuckenhuber
Date: 2010-03-29 10:27:53 -0400 (Mon, 29 Mar 2010)
New Revision: 103135

Modified:
   trunk/testsuite/build.xml
Log:
exclude jms destination test for now.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-03-29 14:19:27 UTC (rev 103134)
+++ trunk/testsuite/build.xml	2010-03-29 14:27:53 UTC (rev 103135)
@@ -1111,6 +1111,7 @@
     <include name="org/jboss/test/deployers/seam/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/spaces/test/*UnitTestCase.class"/>
     <include name="org/jboss/test/deployers/weld/test/*UnitTestCase.class"/>
+  	<exclude name="org/jboss/test/profileservice/test/JmsDestinationUnitTestCase.class"/>
   </patternset>
   <patternset id="profileservice.excludes">
     <exclude name="org/jboss/test/profileservice/test/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list