langtools/test/jdk/javadoc/doclet/testDocEncoding/TestDocEncoding.java
changeset 36526 3b41f1c69604
parent 35426 374342e56a56
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2016, 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.
    30  * @bug      8000743
    30  * @bug      8000743
    31  * @summary  Run tests on -docencoding to see if the value is
    31  * @summary  Run tests on -docencoding to see if the value is
    32              used for stylesheet as well.
    32              used for stylesheet as well.
    33  * @author   jayashree viswanathan
    33  * @author   jayashree viswanathan
    34  * @library  ../lib
    34  * @library  ../lib
    35  * @modules jdk.javadoc
    35  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    36  * @build    JavadocTester
    36  * @build    JavadocTester
    37  * @run main TestDocEncoding
    37  * @run main TestDocEncoding
    38  */
    38  */
    39 
    39 
    40 public class TestDocEncoding extends JavadocTester {
    40 public class TestDocEncoding extends JavadocTester {