test/langtools/jdk/javadoc/doclet/testMemberSummary/TestMemberSummary.java
changeset 53097 2e82ca64b25d
parent 51127 c2e676c2cf7b
child 53562 0d9dee001667
--- a/test/langtools/jdk/javadoc/doclet/testMemberSummary/TestMemberSummary.java	Fri Dec 21 16:56:40 2018 +0100
+++ b/test/langtools/jdk/javadoc/doclet/testMemberSummary/TestMemberSummary.java	Fri Dec 21 10:38:33 2018 -0800
@@ -28,12 +28,14 @@
  *           type than the method in the child class.  Make sure the
  *           documentation is inherited but the return type isn't.
  * @author   jamieh
- * @library  ../lib
+ * @library  ../../lib
  * @modules jdk.javadoc/jdk.javadoc.internal.tool
- * @build    JavadocTester
+ * @build    javadoc.tester.*
  * @run main TestMemberSummary
  */
 
+import javadoc.tester.JavadocTester;
+
 public class TestMemberSummary extends JavadocTester {
 
     public static void main(String... args) throws Exception {
@@ -42,7 +44,7 @@
     }
 
     @Test
-    void test() {
+    public void test() {
         javadoc("-d", "out",
                 "-private",
                 "-sourcepath", testSrc,
@@ -76,7 +78,7 @@
     }
 
     @Test
-    void test_html4() {
+    public void test_html4() {
         javadoc("-d", "out-html4",
                 "-html4",
                 "-private",