8309957: Rename JDK-8309595 test to conform

Reviewed-by: rriggs
This commit is contained in:
Jim Laskey 2023-06-14 11:58:03 +00:00
parent e3d6fc875b
commit 1d1ed0d8f7

View File

@ -28,7 +28,7 @@
* @library /tools/lib ../../lib * @library /tools/lib ../../lib
* @modules jdk.javadoc/jdk.javadoc.internal.tool * @modules jdk.javadoc/jdk.javadoc.internal.tool
* @build toolbox.ToolBox javadoc.tester.* * @build toolbox.ToolBox javadoc.tester.*
* @run main Unnamed * @run main TestUnnamed
*/ */
import java.io.File; import java.io.File;
@ -39,14 +39,14 @@ import java.nio.file.Path;
import javadoc.tester.JavadocTester; import javadoc.tester.JavadocTester;
import toolbox.ToolBox; import toolbox.ToolBox;
public class Unnamed extends JavadocTester { public class TestUnnamed extends JavadocTester {
private static final String thisVersion = System.getProperty("java.specification.version"); private static final String thisVersion = System.getProperty("java.specification.version");
private static final ToolBox tb = new ToolBox(); private static final ToolBox tb = new ToolBox();
public static void main(String... args) throws Exception { public static void main(String... args) throws Exception {
new Unnamed().runTests(); new TestUnnamed().runTests();
} }
@Test @Test