Hi Jon,
Yes, sorry my error, it looks good.!
Kumar
On 1/12/18 7:01 AM, Kumar Srinivasan wrote:
TestHtmlWarning.java:
I think that test should either create discrete directories for its
output
or the test should delete all of its output, upon completion.
Running output comparators may yield false positives, as the execution
sequence of sub-tests is not deterministic.
Kumar,
The test does create separate output directories.
54 void testHtml4() {
55 javadoc("-d", "out-4",
64 void testHtml5() {
65 javadoc("-d", "out-5",
74 void testDefault() {
75 javadoc("-d", "out-default",
Furthermore, in this test, the output checks are on the output stream
produced by javadoc, and not on any files, and so the output directory
is somewhat irrelevant.
-- Jon