mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8031649: Clean up javadoc tests
Reviewed-by: jjg
This commit is contained in:
parent
360461f136
commit
81730320bd
132 changed files with 2213 additions and 1892 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -44,11 +44,8 @@ public class VersionNumber {
|
|||
|
||||
private static final String BUGID = "4720849";
|
||||
private static final String BUGNAME = "VersionNumber";
|
||||
private static final String FS = System.getProperty("file.separator");
|
||||
private static final String PS = System.getProperty("path.separator");
|
||||
private static final String LS = System.getProperty("line.separator");
|
||||
private static final String TMPDEST_DIR1 = "." + FS + "docs1" + FS;
|
||||
private static final String TMPDEST_DIR2 = "." + FS + "docs2" + FS;
|
||||
private static final String TMPDEST_DIR1 = "./docs1/";
|
||||
private static final String TMPDEST_DIR2 = "./docs2/";
|
||||
|
||||
// Subtest number. Needed because runResultsOnHTML is run twice,
|
||||
// and subtestNum should increment across subtest runs.
|
||||
|
@ -85,7 +82,7 @@ public class VersionNumber {
|
|||
// Test the proper DOCTYPE element is present:
|
||||
{
|
||||
"<!-- Generated by javadoc (",
|
||||
TMPDEST_DIR1 + "p1" + FS + "C.html" },
|
||||
TMPDEST_DIR1 + "p1/C.html" },
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue