Author: thomas.diesler at jboss.com
Date: 2007-01-28 06:26:35 -0500 (Sun, 28 Jan 2007)
New Revision: 60086
Modified:
trunk/testsuite/build.xml
Log:
Exclude webservice ejb21 endpoint
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-01-28 11:10:53 UTC (rev 60085)
+++ trunk/testsuite/build.xml 2007-01-28 11:26:35 UTC (rev 60086)
@@ -230,28 +230,10 @@
<property name="release.id" value="${install.id}"/>
<property name="install.root" value="${module.output}/${install.id}"/>
- <!-- Set webservice.classpath depending on the jdk version -->
- <condition property="webservice.classpath" value="jbossws14.classpath">
- <not>
- <isset property="HAVE_JDK_1.5"/>
- </not>
- </condition>
- <condition property="webservice.classpath" value="jbossws.classpath">
- <isset property="HAVE_JDK_1.5"/>
- </condition>
- <path id="jbossws14.classpath">
- <pathelement path="${jboss.jbossws14.lib}/jbossws14-client.jar"/>
- </path>
- <path id="jbossws.classpath">
- <pathelement path="${jboss.jbossws.lib}/jbossws-client.jar"/>
- </path>
- <path id="webservice.classpath" refid="${webservice.classpath}"/>
-
<!-- The combined thirdparty classpath -->
<path id="thirdparty.classpath">
<path refid="library.classpath"/>
<path refid="dependentmodule.classpath"/>
- <path refid="webservice.classpath"/>
</path>
<path id="javac.classpath">
@@ -3003,8 +2985,8 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
- <include name="org/jboss/test/webservice/**/*TestCase.class"/>
- <exclude name="org/jboss/test/webservice/secure/**/*"/>
+ <include name="org/jboss/test/webservice/fix-jaxrpc-ejb21/*TestCase.class"/>
+ <exclude name="org/jboss/test/webservice/jbws309/**"/>
</fileset>
</batchtest>
</junit>