langtools/test/com/sun/javadoc/testNonFrameWarning/TestNonFrameWarning.java
changeset 23971 f5ff1f5a8dee
parent 9072 2efb24cb8c36
child 24065 fc4022e50129
equal deleted inserted replaced
23970:76f4acb11952 23971:f5ff1f5a8dee
     1 /*
     1 /*
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 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.
    33 
    33 
    34 public class TestNonFrameWarning extends JavadocTester {
    34 public class TestNonFrameWarning extends JavadocTester {
    35 
    35 
    36     private static final String BUG_ID = "7001086";
    36     private static final String BUG_ID = "7001086";
    37     private static final String[][] TEST = {
    37     private static final String[][] TEST = {
    38         {BUG_ID + FS + "index.html",
    38         {BUG_ID + "/index.html",
    39             "<p>This document is designed to be viewed using the frames feature. " +
    39             "<p>This document is designed to be viewed using the frames feature. " +
    40             "If you see this message, you are using a non-frame-capable web client. " +
    40             "If you see this message, you are using a non-frame-capable web client. " +
    41             "Link to <a href=\"pkg/package-summary.html\">Non-frame version</a>.</p>"
    41             "Link to <a href=\"pkg/package-summary.html\">Non-frame version</a>.</p>"
    42         }
    42         }
    43     };
    43     };