langtools/test/com/sun/javadoc/PackagesHeader/PackagesHeader.java
changeset 23971 f5ff1f5a8dee
parent 5520 86e4b9a9da40
child 24065 fc4022e50129
equal deleted inserted replaced
23970:76f4acb11952 23971:f5ff1f5a8dee
     1 /*
     1 /*
     2  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    38 
    38 
    39     //Test information.
    39     //Test information.
    40     private static final String BUG_ID = "4766385";
    40     private static final String BUG_ID = "4766385";
    41     private static final String OUTPUT_DIR = "docs-" + BUG_ID;
    41     private static final String OUTPUT_DIR = "docs-" + BUG_ID;
    42 
    42 
    43     private static final String OUTPUT_DIR1 = "docs1-" + BUG_ID + FS;
    43     private static final String OUTPUT_DIR1 = "docs1-" + BUG_ID + "/";
    44     private static final String OUTPUT_DIR2 = "docs2-" + BUG_ID + FS;
    44     private static final String OUTPUT_DIR2 = "docs2-" + BUG_ID + "/";
    45     private static final String OUTPUT_DIR3 = "docs3-" + BUG_ID + FS;
    45     private static final String OUTPUT_DIR3 = "docs3-" + BUG_ID + "/";
    46 
    46 
    47     /**
    47     /**
    48      * Assign value for [ fileToSearch, stringToFind ]
    48      * Assign value for [ fileToSearch, stringToFind ]
    49      */
    49      */
    50     private static final String[][] TESTARRAY1 = {
    50     private static final String[][] TESTARRAY1 = {