langtools/test/com/sun/javadoc/AccessFrameTitle/AccessFrameTitle.java
changeset 23971 f5ff1f5a8dee
parent 5520 86e4b9a9da40
child 24399 af1a0220d0fa
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.
    42  */
    42  */
    43 public class AccessFrameTitle {
    43 public class AccessFrameTitle {
    44 
    44 
    45     private static final String BUGID = "4636655";
    45     private static final String BUGID = "4636655";
    46     private static final String BUGNAME = "AccessFrameTitle";
    46     private static final String BUGNAME = "AccessFrameTitle";
    47     private static final String FS = System.getProperty("file.separator");
    47     private static final String TMPDEST_DIR1 = "./docs1/";
    48     private static final String PS = System.getProperty("path.separator");
    48     private static final String TMPDEST_DIR2 = "./docs2/";
    49     private static final String TMPDEST_DIR1 = "." + FS + "docs1" + FS;
       
    50     private static final String TMPDEST_DIR2 = "." + FS + "docs2" + FS;
       
    51 
    49 
    52     // Subtest number.  Needed because runResultsOnHTML is run twice,
    50     // Subtest number.  Needed because runResultsOnHTML is run twice,
    53     // and subtestNum should increment across subtest runs.
    51     // and subtestNum should increment across subtest runs.
    54     public static int subtestNum = 0;
    52     public static int subtestNum = 0;
    55     public static int numSubtestsPassed = 0;
    53     public static int numSubtestsPassed = 0;