[jboss-jira] [JBoss JIRA] Commented: (JBAS-6580) org.jboss.test.web.test.JSFIntegrationUnitTestCase
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Thu Mar 5 17:37:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12455747#action_12455747 ]
Stan Silvert commented on JBAS-6580:
------------------------------------
I already know the cause. It's the new logging stuff. The problem will go away if you set the old logging manager
-Djava.util.logging.manager=org.jboss.logging.jdk.JDKLogManager
This test should pass again when we decide how to solve JBCTS-903.
> org.jboss.test.web.test.JSFIntegrationUnitTestCase
> --------------------------------------------------
>
> Key: JBAS-6580
> URL: https://jira.jboss.org/jira/browse/JBAS-6580
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: JSF
> Reporter: Shelly McGowan
> Assignee: Stan Silvert
> Fix For: JBossAS-5.1.0.Beta1
>
>
> Stan, can you identify the root cause of these failures and impact on Beta1 release.
> Testcase: testFaceletsLogging took 0.683 sec
> FAILED
> null
> junit.framework.AssertionFailedError
> at org.jboss.test.web.test.JSFIntegrationUnitTestCase.testFaceletsLogging(JSFIntegrationUnitTestCase.java:134)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
> Testcase: testJSFIntegrated took 1.288 sec
> FAILED
> null
> junit.framework.AssertionFailedError
> at org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated(JSFIntegrationUnitTestCase.java:95)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list