langtools/test/com/sun/javadoc/testNestedGenerics/TestNestedGenerics.java
changeset 23971 f5ff1f5a8dee
parent 23139 612191246a7d
child 24065 fc4022e50129
equal deleted inserted replaced
23970:76f4acb11952 23971:f5ff1f5a8dee
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, 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.
    42         "pkg"
    42         "pkg"
    43     };
    43     };
    44 
    44 
    45     //Input for string search tests.
    45     //Input for string search tests.
    46     private static final String[][] TEST = {
    46     private static final String[][] TEST = {
    47         {BUG_ID + FS + "pkg" + FS + "NestedGenerics.html",
    47         {BUG_ID + "/pkg/NestedGenerics.html",
    48             "<div class=\"block\">Contains <a " +
    48             "<div class=\"block\">Contains <a " +
    49             "href=\"../pkg/NestedGenerics.html#foo-java.util.Map-\"><code>foo" +
    49             "href=\"../pkg/NestedGenerics.html#foo-java.util.Map-\"><code>foo" +
    50             "(java.util.Map&lt;A, java.util.Map&lt;A, A&gt;&gt;)</code></a></div>"
    50             "(java.util.Map&lt;A, java.util.Map&lt;A, A&gt;&gt;)</code></a></div>"
    51         }
    51         }
    52     };
    52     };