langtools/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java
changeset 23139 612191246a7d
parent 21008 af0b915df7cc
child 23971 f5ff1f5a8dee
equal deleted inserted replaced
23138:497fb20a5754 23139:612191246a7d
    40     //Test information.
    40     //Test information.
    41     private static final String BUG_ID = "4927167-4974929-7010344";
    41     private static final String BUG_ID = "4927167-4974929-7010344";
    42 
    42 
    43     //Javadoc arguments.
    43     //Javadoc arguments.
    44     private static final String[] ARGS1 = new String[]{
    44     private static final String[] ARGS1 = new String[]{
    45         "-d", BUG_ID, "-use", "-source", "1.5", "-sourcepath", SRC_DIR,
    45         "-d", BUG_ID, "-use", "-sourcepath", SRC_DIR,
    46         "pkg"
    46         "pkg"
    47     };
    47     };
    48     private static final String[] ARGS2 = new String[]{
    48     private static final String[] ARGS2 = new String[]{
    49         "-d", BUG_ID, "-linksource", "-source", "1.5", "-sourcepath", SRC_DIR,
    49         "-d", BUG_ID, "-linksource", "-sourcepath", SRC_DIR,
    50         "pkg"
    50         "pkg"
    51     };
    51     };
    52 
    52 
    53     //Input for string search tests.
    53     //Input for string search tests.
    54     private static final String[][] TEST1 = {
    54     private static final String[][] TEST1 = {