langtools/test/jdk/javadoc/doclet/testWarnings/TestWarnings.java
changeset 36045 9643bffe2105
parent 35426 374342e56a56
child 41451 a847c7aa25a7
--- a/langtools/test/jdk/javadoc/doclet/testWarnings/TestWarnings.java	Thu Feb 18 13:42:59 2016 -0800
+++ b/langtools/test/jdk/javadoc/doclet/testWarnings/TestWarnings.java	Thu Feb 18 12:48:11 2016 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2016, 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
@@ -31,7 +31,7 @@
  *           Make sure error message starts with "error -".
  * @author   jamieh
  * @library  ../lib
- * @modules jdk.javadoc
+ * @modules jdk.javadoc/jdk.javadoc.internal.tool
  * @build    JavadocTester
  * @run main TestWarnings
  */
@@ -61,11 +61,6 @@
         checkOutput(Output.OUT, true,
                 "X.java:26: error: self-closing element not allowed");
 
-        /* DCErroneous
-        checkOutput(Output.OUT, true,
-                "package.html: error - Body tag missing from HTML");
-        */
-
         checkOutput("pkg/X.html", false,
                 "can't find m()");
         checkOutput("pkg/X.html", false,