RFR - JImageListTest test fix
Michal Vala
mvala at redhat.com
Mon Feb 19 14:51:53 UTC 2018
Hi,
sending patch fixing JImageListTest failing tests. It was in ProblemList and
this fix greens the test case, so the patch also removes it from the list.
It will probably need new bug id and I will need a sponsor for this.
Fix itself is simple. There was incorrect assert for list of images contains
java.base image as it was testing index of "java.base" > 0 and it's usually at
first place, thus index 0. I've changed it to List#contains.
Thanks!
--
Michal Vala
OpenJDK QE
Red Hat Czech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdk.patch
Type: text/x-patch
Size: 1746 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/jigsaw-dev/attachments/20180219/a3d4dd6d/jdk.patch>
More information about the jigsaw-dev
mailing list