[jboss-cvs] JBossAS SVN: r84791 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 05:56:10 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-26 05:56:10 -0500 (Thu, 26 Feb 2009)
New Revision: 84791

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
Add tests against 5.0.1.GA client libs

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-02-26 10:51:30 UTC (rev 84790)
+++ branches/Branch_5_x/testsuite/build.xml	2009-02-26 10:56:10 UTC (rev 84791)
@@ -1030,7 +1030,7 @@
       <copy file="${build.lib}/shutdown.sar"
          todir="${jboss.dist}/server/minimal/deploy" />
       <echo message="Minimal server started, stopping"/>
-      <sleep seconds="7"/>
+      <sleep seconds="10"/>
       <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar" />
       <sleep seconds="7"/>
    </target>
@@ -3595,6 +3595,9 @@
      <test-compatibility client-version="5_0_0_GA" label="15c-15s" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
      <test-compatibility client-version="5_0_0_GA" label="15c-16s" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
      <test-compatibility client-version="5_0_0_GA" label="16c-16s" client-jdk="${jdk16}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility client-version="5_0_1_GA" label="15c-15s" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility client-version="5_0_1_GA" label="15c-16s" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility client-version="5_0_1_GA" 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"/>
@@ -3605,6 +3608,9 @@
      <test-compatibility-pooled-invokers label="15c-15s" client-version="5_0_0_GA" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
      <test-compatibility-pooled-invokers label="15c-16s" client-version="5_0_0_GA" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
      <test-compatibility-pooled-invokers label="16c-16s" client-version="5_0_0_GA" client-jdk="${jdk16}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility-pooled-invokers label="15c-15s" client-version="5_0_1_GA" client-jdk="${jdk15}" server-jdk="${jdk15}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility-pooled-invokers label="15c-16s" client-version="5_0_1_GA" client-jdk="${jdk15}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>
+     <test-compatibility-pooled-invokers label="16c-16s" client-version="5_0_1_GA" client-jdk="${jdk16}" server-jdk="${jdk16}" client-serialization-flag="-Dnone" serialization-flag="-Dnone"/>     
    </target>
  
   <macrodef name="test-compatibility-pooled-invokers">




More information about the jboss-cvs-commits mailing list