RFR 8015790 Remove duplicate spliterator tests

Alan Bateman Alan.Bateman at oracle.com
Mon Jun 3 10:24:41 UTC 2013


On 03/06/2013 11:15, Paul Sandoz wrote:
> Hi,
>
> This RFR proposes to remove some duplicate spliterator tests.
>
> The tests:
>
> http://hg.openjdk.java.net/jdk8/tl/jdk/file/tip/test/java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTraversingAndSplittingTest.java
> http://hg.openjdk.java.net/jdk8/tl/jdk/file/tip/test/java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorLateBindingFailFastTest.java
>
> are duplicates of:
>
> http://hg.openjdk.java.net/jdk8/tl/jdk/file/tip/test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
> http://hg.openjdk.java.net/jdk8/tl/jdk/file/tip/test/java/util/Spliterator/SpliteratorLateBindingFailFastTest.java
>
> and the former should be removed.
>
> Paul.
>
Make sense to me.

-Alan.



More information about the core-libs-dev mailing list