[jboss-cvs] JBossAS SVN: r81243 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Nov 18 12:25:48 EST 2008
Author: dimitris at jboss.org
Date: 2008-11-18 12:25:48 -0500 (Tue, 18 Nov 2008)
New Revision: 81243
Modified:
trunk/testsuite/build.xml
Log:
JBAS-6178, remove the appclient test as those can't work between 4.x and 5.x
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2008-11-18 17:24:07 UTC (rev 81242)
+++ trunk/testsuite/build.xml 2008-11-18 17:25:48 UTC (rev 81243)
@@ -3460,7 +3460,6 @@
| off by default. Once this is fixed, it should be built after
| tests-report-html
-->
-
<target name="tests-report-text" depends="tests-report-html">
<mkdir dir="${build.reports}/text"/>
@@ -3515,13 +3514,12 @@
<fail message="Use -Dmatrix-versions=[version container] for this task" unless="matrix-versions"/>
<fail message="Set -Djdk15= to a JDK1.5 installation" unless="HAVE_JDK_1.5"/>
- <!-- <fail message="Set -Djdk16= to a JDK1.6 installation" unless="HAVE_JDK_1.6"/>-->
+ <!--<fail message="Set -Djdk16= to a JDK1.6 installation" unless="HAVE_JDK_1.6"/>-->
<!-- testing interoperating with clients using the unified invokers over jboss remoting -->
<test-compatibility client-version="4_2_x" label="15c-15s" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
<test-compatibility client-version="4_2_x" label="15c-16s" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
<test-compatibility client-version="4_2_x" label="16c-16s" client-jdk="${jdk16}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
-
<!-- testing interoperating with clients using the pooled invokers -->
<test-compatibility-pooled-invokers label="15c-15s" client-version="4_2_x" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
<test-compatibility-pooled-invokers label="15c-16s" client-version="4_2_x" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
@@ -3572,7 +3570,6 @@
<target name="tests-standard-unit-matrix-version">
<execute-matrix-unit test-name="testbyvalue" parameter-filter="org/jboss/test/testbyvalue/test/**/*TestCase.class"/>
- <execute-matrix-unit test-name="client" parameter-filter="org/jboss/test/client/**/*TestCase.class"/>
<execute-matrix-unit test-name="bmp" parameter-filter="org/jboss/test/bmp/**/*TestCase.class"/>
<execute-matrix-unit test-name="cmp2" parameter-filter="org/jboss/test/cmp2/**/*TestCase.class"/>
<execute-matrix-unit test-name="jms" parameter-filter="org/jboss/test/jbossmessaging/test/JBossJMSUnitTestCase.class"/>
@@ -3608,7 +3605,6 @@
access the following classes not included with the client libs:
org/jboss/ejb/plugins/cmp/jdbc/metadata/JDBCQueryMetaData
org/jboss/metadata/ClientMetaData -->
- <exclude name="org/jboss/test/client/test/MetaDataUnitTestCase.class"/>
<exclude name="org/jboss/test/cmp2/commerce/QueryTest.class"/>
<exclude name="org/jboss/test/cmp2/commerce/LimitOffsetTest.class"/>
<exclude name="org/jboss/test/cmp2/commerce/CompleteUnitTestCase.class"/>
@@ -3637,8 +3633,8 @@
<pathelement location="${build.classes}"/>
<pathelement location="${build.resources}"/>
<fileset dir="${current-version-dir}" includes="*.jar"/>
- <path refid="tests.classpath"/>
- <path refid="tests.compile.classpath"/>
+ <path refid="tests.classpath"/>
+ <path refid="tests.compile.classpath"/>
</classpath>
<formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}"
extension="-${test-name}_${matrix-configuration}.xml"/>
More information about the jboss-cvs-commits
mailing list