[jfx-tests] RFR: 8315928: Few Scenegraph and Charts tests fail due to resource not found error
Ambarish Rapte
arapte at openjdk.org
Wed Sep 13 08:05:46 UTC 2023
On Fri, 8 Sep 2023 11:21:14 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
> Below tests fail due to "resource not found" error.
> - test/scenegraph/binding/effects/IdentityTest.java
> - test/scenegraph/lcd/controls/tests/AccordionTest.java
> - Almost all ControlsTests/Chart tests
>
> Fix :
> Moved required resources to appropriate directory.
Without this change tests fail with exception like:
`Caused by: java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because the return value of "java.lang.Class.getResource(String)" is null`
Above exception does not occur after this fix.
Some tests continue to fail but with a different exception:
`java.lang.AssertionError: org.jemmy.control.WrapperException: java.lang.Object is not accepted by org.jemmy.control.Wrap`
-------------
Marked as reviewed by arapte (Reviewer).
PR Review: https://git.openjdk.org/jfx-tests/pull/7#pullrequestreview-1623939472
More information about the openjfx-dev
mailing list