Hello Roger,
I think it is unintentional. jdk/test/java/awt/color tests were added
a few months ago (JDK-8039271 [1],JDK-8058969[2]):
I've created an issue JDK-8071483 [3].
I also want convert this thread to a review request, here is the fix:
http://cr.openjdk.java.net/~azvegint/jdk/9/8071483/00/ (just moved tests
from color to Color)
[1] https://bugs.openjdk.java.net/browse/JDK-8039271
[2] https://bugs.openjdk.java.net/browse/JDK-8058969
[3] https://bugs.openjdk.java.net/browse/JDK-8071483
Thanks,
Alexander.
On 01/23/2015 05:48 PM, Roger Riggs wrote:
Hi,
Is it intentional that both of these directories exist?
jdk/test/java/awt/color
jdk/test/java/awt/Color
On Windows without case sensitive file names, the directory contents
are merged.
its been that way since 2010 so it must not be an issue but looks odd.
Thanks, Roger