Re: test paths in repo

2014-09-05 Thread Paul Sandoz
On Sep 4, 2014, at 9:55 PM, John Rose john.r.r...@oracle.com wrote: David Chase and I just noticed files like this in the JDK: http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ The package for the test code is

test paths in repo

2014-09-04 Thread John Rose
David Chase and I just noticed files like this in the JDK: http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ The package for the test code is org.openjdk.tests.java.util.stream. Although that's long, it is completely unambiguous.

Re: test paths in repo

2014-09-04 Thread mark . reinhold
2014/9/4 12:55 -0700, john.r.r...@oracle.com: ... Generally, grammar of such paths appears to be: $REPO / test / $TEST_PACKAGE_PREFIX / $API_PACKAGE where TEST_PACKAGE_PREFIX is fixed as org/openjdk/tests, and API_PACKAGE is java/util/stream or some such. Has this organization for