test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java
changeset 53391 a99bd2570660
parent 53097 2e82ca64b25d
equal deleted inserted replaced
53390:46db9786cd67 53391:a99bd2570660
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2019, 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.
    63 
    63 
    64         checkOutput("pkg/BreakIteratorTest.html", true,
    64         checkOutput("pkg/BreakIteratorTest.html", true,
    65                 "<div class=\"block\">with a block tag</div>");
    65                 "<div class=\"block\">with a block tag</div>");
    66 
    66 
    67         checkOutput("pkg/BreakIteratorTest.html", true,
    67         checkOutput("pkg/BreakIteratorTest.html", true,
    68                 "<div class=\"block\">Return methods to the specified\n" +
    68                 "<div class=\"block\">with an anchor for the\n" +
    69                 " <a href=\"../com/sun/javadoc/package-summary.html#included\">access\n" +
    69                 " <a href=\"../index-all.html\">top level index</a>.</div>");
    70                 " modifier option</a>.</div>");
       
    71 
    70 
    72         checkOutput("pkg/BreakIteratorTest.html", true,
    71         checkOutput("pkg/BreakIteratorTest.html", true,
    73                 "<div class=\"block\">A constant indicating that the keyLocation is indeterminate\n" +
    72                 "<div class=\"block\">A constant indicating that the keyLocation is indeterminate\n" +
    74                 " or not relevant.</div>");
    73                 " or not relevant.</div>");
    75     }
    74     }