langtools/test/com/sun/javadoc/testNotifications/TestNotifications.java
changeset 24217 25b12d4d4192
parent 24072 e7549dcbc4af
child 24399 af1a0220d0fa
--- a/langtools/test/com/sun/javadoc/testNotifications/TestNotifications.java	Wed Jul 05 19:38:35 2017 +0200
+++ b/langtools/test/com/sun/javadoc/testNotifications/TestNotifications.java	Fri Apr 25 13:08:41 2014 -0700
@@ -67,7 +67,9 @@
         tester.run(ARGS, TEST, NO_TEST);
         // No need to notify that the destination must be created because
         // it already exists.
+        tester.setCheckOutputDirectoryCheck(DirectoryCheck.NONE);
         tester.run(ARGS, NO_TEST, NEGATED_TEST);
+        tester.setCheckOutputDirectoryCheck(DirectoryCheck.NO_HTML_FILES);
         //Make sure classname is not include in javadoc usage message.
         tester.run(ARGS2, NO_TEST, NEGATED_TEST2);
         tester.printSummary();