mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8040908: javadoc test TestDocEncoding should use -notimestamp
Reviewed-by: ksrini
This commit is contained in:
parent
a310cda727
commit
a2d155dfa9
1 changed files with 5 additions and 2 deletions
|
@ -43,8 +43,11 @@ public class TestDocEncoding extends JavadocTester {
|
|||
|
||||
//Javadoc arguments.
|
||||
private static final String[] ARGS = new String[] {
|
||||
"-d", BUG_ID, "-docencoding", "Cp930",
|
||||
"-sourcepath", SRC_DIR, "pkg"
|
||||
"-d", BUG_ID,
|
||||
"-docencoding", "Cp930",
|
||||
"-sourcepath", SRC_DIR,
|
||||
"-notimestamp",
|
||||
"pkg"
|
||||
};
|
||||
|
||||
private static final String[][] TEST = NO_TEST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue