[jboss-cvs] JBossAS SVN: r60709 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 20 06:12:25 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-20 06:12:25 -0500 (Tue, 20 Feb 2007)
New Revision: 60709

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java
Log:
test of jboss-web.deployer presense, instead of jboss-aop.deployer (renamed to jboss-aop-jdk50.deployer)

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java	2007-02-20 06:56:01 UTC (rev 60708)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java	2007-02-20 11:12:25 UTC (rev 60709)
@@ -83,11 +83,11 @@
    }
    
    /**
-    * A .deployer module (deploy/jboss-aop.deployer)
+    * A .deployer module (deploy/jboss-web.deployer)
     */
    public void testGetDeployerDescriptor() throws Exception
    {
-      String moduleName = "jboss-aop.deployer";
+      String moduleName = "jboss-web.deployer";
       String moduleType = "ServiceModule";
       
       String descriptor = getDescriptor(moduleType, moduleName);




More information about the jboss-cvs-commits mailing list