--- a/langtools/test/com/sun/javadoc/testDocRootLink/pkg2/package.html Tue Dec 03 18:13:18 2013 +0000
+++ b/langtools/test/com/sun/javadoc/testDocRootLink/pkg2/package.html Tue Dec 03 14:21:45 2013 -0800
@@ -3,16 +3,16 @@
<title>javax.management package</title>
</head>
<body bgcolor="white">
-This is a test.
- <p id="spec">
- @see <a href="{@docRoot}/../technotes/guides/index.html">
- Test document 1</a>
- in particular the
- <a href="{@docRoot}/../technotes/guides/index.html">
+ This is a test.
+ <p id="spec">
+ @see <a href="{@docRoot}/../technotes/guides/index.html">
+ Test document 1</a> should be replaced with an absolute link.
+ @see <a href="{@docRoot}/pkg1/C1.html">
+ Another Test document 1</a> which should not be replaced with an absolute link.
+ <a href="{@docRoot}/technotes/guides/index.html">
+ Another Test document 2.</a> which should not be replaced with an absolute link.
- Test document 2.</a>
-
- @since 1.5
+ @since 1.5
</body>
</html>