test/com/sun/javadoc/testHref/TestHref.java

Print this page
rev 2315 : 8031670: Remove unneeded -source options in javadoc tests

*** 36,46 **** //Test information. private static final String BUG_ID = "4663254"; //Javadoc arguments. private static final String[] ARGS = new String[] { ! "-d", BUG_ID, "-source", "1.5", "-sourcepath", SRC_DIR, "-linkoffline", "http://java.sun.com/j2se/1.4/docs/api/", SRC_DIR, "pkg" }; //Input for string search tests. private static final String[][] TEST = { --- 36,46 ---- //Test information. private static final String BUG_ID = "4663254"; //Javadoc arguments. private static final String[] ARGS = new String[] { ! "-d", BUG_ID, "-sourcepath", SRC_DIR, "-linkoffline", "http://java.sun.com/j2se/1.4/docs/api/", SRC_DIR, "pkg" }; //Input for string search tests. private static final String[][] TEST = {