JDK 9 RFR of JDK-8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap (original) (raw)
Paul Sandoz paul.sandoz at oracle.com
Wed Nov 2 18:41:36 UTC 2016
- Previous message: JDK 9 RFR of JDK-8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
- Next message: JDK 9 RFR of JDK-8143097: Test java/net/ipv6tests/UdpTest.java fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Amy
Oops. Looks good.
Paul.
On 1 Nov 2016, at 19:47, Amy Lu <amy.lu at oracle.com> wrote:
Please review the patch for fixing typo in steam tests: bug: https://bugs.openjdk.java.net/browse/JDK-8151511 webrev: http://cr.openjdk.java.net/~amlu/8151511/webrev.00/ 1) In CollectionAndMapModifyStreamTest.java maps.put(HashMap.class.getName(), () -> new LinkedHashMap<>(content)); should be maps.put(LinkedHashMap.class.getName(), () -> new LinkedHashMap<>(content)); 2) ThowableHelper.java renamed to ThrowableHelper.java Thanks, Amy
- Previous message: JDK 9 RFR of JDK-8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
- Next message: JDK 9 RFR of JDK-8143097: Test java/net/ipv6tests/UdpTest.java fails
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]