[jboss-cvs] JBossAS SVN: r64125 - branches/Branch_4_4/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jul 18 13:00:22 EDT 2007
Author: thomas.diesler at jboss.com
Date: 2007-07-18 13:00:22 -0400 (Wed, 18 Jul 2007)
New Revision: 64125
Modified:
branches/Branch_4_4/testsuite/build.xml
Log:
Enable JBWS309TestCase for default configuration
Modified: branches/Branch_4_4/testsuite/build.xml
===================================================================
--- branches/Branch_4_4/testsuite/build.xml 2007-07-18 16:14:03 UTC (rev 64124)
+++ branches/Branch_4_4/testsuite/build.xml 2007-07-18 17:00:22 UTC (rev 64125)
@@ -660,7 +660,6 @@
<include name="org/jboss/test/webservice/**/*TestCase.class"/>
</patternset>
<patternset id="webservice.excludes">
- <exclude name="org/jboss/test/webservice/jbws309/**"/>
</patternset>
<!-- Tests needing xml binding setup -->
<patternset id="jbossxb.includes">
@@ -2259,7 +2258,6 @@
<fileset dir="${build.classes}">
<include name="org/jboss/test/webservice/**/*TestCase.class"/>
- <exclude name="org/jboss/test/webservice/jbws309/**"/>
</fileset>
</batchtest>
</junit>
More information about the jboss-cvs-commits
mailing list