[jboss-jira] [JBoss JIRA] Commented: (JBAS-5213) Fix org.jboss.test.web.test.WebIntegrationUnitTestCase
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Wed Feb 6 15:01:17 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-5213?page=comments#action_12398540 ]
Emanuel Muckenhuber commented on JBAS-5213:
-------------------------------------------
Hmm... the cause of the 2 Failures looks similar to Failures in other tests like:
org.jboss.test.jmx.test.DeployServiceUnitTestCase.testDependsListElement
in the WebIntegrationUnitTestCase it looks like this:
try
{
deploy("bad-web.war");
fail("The bad-web.war deployment did not fail");
}
catch(Exception e)
deploy( ... ) should actually throw an DeploymentException as when you copy it manually in the deploy dir, but it doesn't.
The log says:
DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] Fully Deployed vfsfile:/home/emuckenh/workspace/jbossAS5/testsuite/output/lib/bad-web.war
> Fix org.jboss.test.web.test.WebIntegrationUnitTestCase
> ------------------------------------------------------
>
> Key: JBAS-5213
> URL: http://jira.jboss.com/jira/browse/JBAS-5213
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Test Suite
> Affects Versions: JBossAS-5.0.0.Beta2
> Reporter: Sohil Shah
> Assigned To: Sohil Shah
> Fix For: JBossAS-5.0.0.Beta4
>
>
--
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