org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated fails with this message:
junit.framework.AssertionFailedError
at org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated(JSFIntegrationUnitTestCase.java:100)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
In the source code this is the line:
assertTrue(contains(responseBody, "@PostConstruct was called."));
- is related to
-
JBAS-6140 org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated
-
- Closed
-