[jboss-cvs] jbosstest/src/main/org/jboss/test/deployers ...

Scott Stark scott.stark at jboss.com
Mon Jul 24 11:57:49 EDT 2006


  User: starksm 
  Date: 06/07/24 11:57:49

  Modified:    src/main/org/jboss/test/deployers 
                        AbstractDeploymentTest.java
  Log:
  JBAS-3411, add support for ear deployments without application.xml
  
  Revision  Changes    Path
  1.5       +2 -1      jbosstest/src/main/org/jboss/test/deployers/AbstractDeploymentTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractDeploymentTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/deployers/AbstractDeploymentTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AbstractDeploymentTest.java	2 May 2006 19:26:37 -0000	1.4
  +++ AbstractDeploymentTest.java	24 Jul 2006 15:57:49 -0000	1.5
  @@ -37,13 +37,14 @@
    * Abstract deployment test.
    * 
    * @author <a href="adrian at jboss.com">Adrian Brock</a>
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    */
   public class AbstractDeploymentTest extends JBossTestCase
   {
      public static final String ear1Deployment = "testdeployers-ear1.ear";
      public static final String ear1DeploymentUnpacked = "unpacked-ear1.ear";
      public static final String ear2DeploymentUnpacked = "unpacked-ear2.ear";
  +   public static final String earNoAppXml = "testdeployers-ear-noappxml.ear";
      public static final String bean1Deployment = "testdeployers-bean1ejb.jar";
      public static final String bean1DeploymentUnpacked = "unpacked-bean1ejb.jar";
      public static final String notBean1Deployment = "bean1ejb-not.ajar";
  
  
  



More information about the jboss-cvs-commits mailing list