[jboss-jira] [JBoss JIRA] Updated: (JBAS-3544) org.jboss.test.management.test.DeploymentDescriptorUnitTestCase fails bcasue service modules are unavailable

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Wed Dec 5 18:15:52 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-3544?page=all ]

Dimitris Andreadis updated JBAS-3544:
-------------------------------------

    Fix Version/s: JBossAS-5.0.0.CR1
                       (was:  JBossAS-5.0.0.Beta3)

Re-scheduling because even with the suggested changes the test won't succeed until we implement the JSR-77 view.

> org.jboss.test.management.test.DeploymentDescriptorUnitTestCase fails bcasue service modules are unavailable
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-3544
>                 URL: http://jira.jboss.com/jira/browse/JBAS-3544
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite
>         Environment: win xp
>            Reporter: Jaroslaw Kijanowski
>         Assigned To: Dimitris Andreadis
>             Fix For: JBossAS-5.0.0.CR1
>
>
> org.jboss.test.management.test.DeploymentDescriptorUnitTestCase fails because the services jbossweb-tomcat55.sar and jboss-aop.deployer can't be registered, becasue in JB5.0 they changed their names to jbossweb-tomcat6.sar and jboss-aop-jdk50.deployer.
> FIX:
> change 
> testsuite/src/main/org/jboss/test/management/test/DeploymentDescriptorUnitTestCase.java
> .
> .
> .
>    public void testGetSarDescriptor() throws Exception
>    {
> //      String moduleName = "jbossweb-tomcat55.sar";
>       String moduleName = "jbossweb-tomcat6.sar";  
> .
> .
> .
>    public void testGetDeployerDescriptor() throws Exception
>    {
> //      String moduleName = "jboss-aop.deployer";
>       String moduleName = "jboss-aop-jdk50.deployer";

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list