8047316: update javadoc tests to fix tidy warning for incorrect html comment

Reviewed-by: jjg, ksrini
This commit is contained in:
Sonali Goel 2014-06-26 16:07:07 -07:00
parent bbc0df83f4
commit 3e316a3372
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Sub-test 29 Actual: <A HREF="{@docRoot}/../docs1/p2/package-summary.html#package
Sub-test 29 Expect: <A HREF="./../docs1/p2/package-summary.html#package_description">./../docs1/p2/package-summary.html#package_description</A>
<p>
<!-- ----------------------------------------------- -->
<!-- ============================================================== -->
Allow docRoot to work without a trailing slash for those who had to change their comments
to work with the 1.4.0 bug:

View File

@ -59,7 +59,7 @@ package p1;
* Sub-test 7 Expect: <A HREF="../../docs1/p2/package-summary.html#package_description">../../docs1/p2/package-summary.html#package_description</A>
* <p>
*
* <!-- ----------------------------------------------------- -->
* <!-- =================================================================== -->
*
* Allow docRoot to work without a trailing slash for those who had to change their comments
* to work with the 1.4.0 bug:

View File

@ -39,7 +39,7 @@ Sub-test 18 Actual: <A HREF="{@docRoot}/../docs1/p2/package-summary.html#package
Sub-test 18 Expect: <A HREF="../../docs1/p2/package-summary.html#package_description">../../docs1/p2/package-summary.html#package_description</A>
<p>
<!-- ------------------------------------------------ -->
<!-- ================================================================== -->
Allow docRoot to work without a trailing slash for those who had to change their comments
to work with the 1.4.0 bug: