eclipse-ee4j / eclipse-ee4j/mojarra-jsf-extensions
[test-time 0.1]: MockObjectsTestCase.setup() configures wrong classes
Open
Component: test
ERR: Assignee
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In the setup()-method of com.sun.faces.mock.MockObjectsTestCase the following
lines:
// Set up Faces API Objects
FactoryFinder.setFactory(FactoryFinder.APPLICATION_FACTORY,
"javax.faces.mock.MockApplicationFactory");
FactoryFinder.setFactory(FactoryFinder.RENDER_KIT_FACTORY,
"javax.faces.mock.MockRenderKitFactory");
seem to specify the wrong packages for the two factories.
These classes are available in the com.sun.faces.mock packe instead.
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[current]
Contributor guide
Assessment
This issue has not been assessed yet.