[jboss-cvs] JBossAS SVN: r59977 - 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
Wed Jan 24 13:32:45 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-24 13:32:45 -0500 (Wed, 24 Jan 2007)
New Revision: 59977

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java
Log:
testGetSarDescriptor - fix by looking for a different deployed .sar

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-01-24 16:31:05 UTC (rev 59976)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java	2007-01-24 18:32:45 UTC (rev 59977)
@@ -61,7 +61,7 @@
     */
    public void testGetSarDescriptor() throws Exception
    {
-      String moduleName = "jbossweb-tomcat55.sar";
+      String moduleName = "uuid-key-generator.sar";
       String moduleType = "ServiceModule";
       
       String descriptor = getDescriptor(moduleType, moduleName);




More information about the jboss-cvs-commits mailing list