mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 04:43:32 +00:00
8040908: javadoc test TestDocEncoding should use -notimestamp
Reviewed-by: ksrini
This commit is contained in:
parent
a310cda727
commit
a2d155dfa9
@ -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…
x
Reference in New Issue
Block a user