diff -r df694c775e8a -r d54b4a091450 test/com/sun/javadoc/DocRootSlash/DocRootSlash.java --- a/test/com/sun/javadoc/DocRootSlash/DocRootSlash.java Mon Jan 14 13:50:01 2013 -0800 +++ b/test/com/sun/javadoc/DocRootSlash/DocRootSlash.java Mon Jan 14 14:17:25 2013 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2013, 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 @@ -60,6 +60,7 @@ String srcdir = System.getProperty("test.src", "."); runJavadoc(new String[] {"-d", TMPDIR_STRING1, + "-Xdoclint:none", "-overview", (srcdir + FS + "overview.html"), "-header", "{@docroot} {@docRoot}", "-sourcepath", srcdir,