test/com/sun/javadoc/testTopOption/TestTopOption.java

changeset 2415
7ceaee0e497b
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
2414:17ce329d7bd0 2415:7ceaee0e497b
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6227616 26 * @bug 6227616 8043186
27 * @summary Test the new -top option. 27 * @summary Test the new -top option.
28 * @author jamieh 28 * @author jamieh
29 * @library ../lib/ 29 * @library ../lib/
30 * @build JavadocTester 30 * @build JavadocTester
31 * @build TestTopOption 31 * @build TestTopOption
37 //Test information. 37 //Test information.
38 private static final String BUG_ID = "6227616"; 38 private static final String BUG_ID = "6227616";
39 39
40 //Javadoc arguments. 40 //Javadoc arguments.
41 private static final String[] ARGS = new String[] { 41 private static final String[] ARGS = new String[] {
42 "-overview", "SRC_DIR + FS + overview.html", "-use", "-top", "TOP TEXT", "-d", BUG_ID, "-sourcepath", 42 "-overview", SRC_DIR + FS + "overview.html", "-use", "-top", "\u0130{@docroot}TOP TEXT", "-d", BUG_ID, "-sourcepath",
43 SRC_DIR, "pkg" 43 SRC_DIR, "pkg"
44 }; 44 };
45 45
46 //Input for string search tests. 46 //Input for string search tests.
47 private static final String[][] TEST = { 47 private static final String[][] TEST = {

mercurial