[jboss-cvs] JBoss Messaging SVN: r2336 - branches/Branch_1_0/tests/smoke.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 16 02:26:01 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-16 02:26:01 -0500 (Fri, 16 Feb 2007)
New Revision: 2336

Modified:
   branches/Branch_1_0/tests/smoke/build.xml
Log:
getting rid of duplicate tests

Modified: branches/Branch_1_0/tests/smoke/build.xml
===================================================================
--- branches/Branch_1_0/tests/smoke/build.xml	2007-02-16 07:23:57 UTC (rev 2335)
+++ branches/Branch_1_0/tests/smoke/build.xml	2007-02-16 07:26:01 UTC (rev 2336)
@@ -178,51 +178,6 @@
          <param name="run.ejb3mdb.example" value="true"/>
       </antcall>
 
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405GA.home}"/>
-      </antcall>
-
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405GA-installer.home}"/>
-      </antcall>
-
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405GA.home}"/>
-         <param name="release.admin.target" value="standalone"/>
-         <param name="run.mdb.example" value="false"/>
-         <param name="run.stateless.example" value="false"/>
-         <param name="run.secure-socket.example" value="false"/>
-      </antcall>
- 
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${jboss405GAejb3.home}"/>
-         <param name="no.java4" value="true"/>
-         <param name="run.ejb3mdb.example" value="true"/>
-      </antcall>
-
-      <!--
-         Stateless Session Bean installation test will fail on this because the client talks to
-         Messaging's remoting and to Unified Invoker's remoting and runs into compatibility
-         problems.
-      -->
-      <!-- DISABLED
-           <antcall target="installation-test">
-              <param name="jboss.home" value="${jboss500Alpha.home}"/>
-              <param name="run.stateless.example" value="false"/>
-           </antcall>
-      -->
-      <!--
-           Unscoped deployment in JBoss 5. Special precautions need to be taken to replace the
-           jboss-remoting.jar and jboss-serialization.jar with Messaging's versions.
-           TODO the 'replace.jboss.dependencies' flag and task should go away when http://jira.jboss.org/jira/browse/JBMESSAGING-319 is done.
-      -->
-      <!-- DISABLED
-           <antcall target="installation-test">
-              <param name="jboss.home" value="${jboss500Alpha.home}"/>
-              <param name="messaging.server.artifact.name" value="jboss-messaging.jar"/>
-              <param name="replace.jboss.dependencies" value="true"/>
-           </antcall>
-      -->
    </target>
 
    <target name="old-server-compatibility-tests">




More information about the jboss-cvs-commits mailing list