summaryrefslogtreecommitdiff
path: root/test/scaladoc
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2016-02-26 21:54:00 +0100
committerVlad Ureche <vlad.ureche@epfl.ch>2016-02-26 21:54:00 +0100
commit239d76f21520b17c1a1866e7d2b518f6952d84b1 (patch)
tree861096fa71cc4b5037c42f94390177f5f1328d48 /test/scaladoc
parente891bb60f721465bfe497b16f5ef440de0a7d5e5 (diff)
parent89cd6a308ed39b0b0af24773ce5d68e3f16efe03 (diff)
downloadscala-239d76f21520b17c1a1866e7d2b518f6952d84b1.tar.gz
scala-239d76f21520b17c1a1866e7d2b518f6952d84b1.tar.bz2
scala-239d76f21520b17c1a1866e7d2b518f6952d84b1.zip
Merge pull request #4983 from felixmulder/topic/scaladoc-package-view
Add package view to scaladoc
Diffstat (limited to 'test/scaladoc')
-rw-r--r--test/scaladoc/scalacheck/HtmlFactoryTest.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/scaladoc/scalacheck/HtmlFactoryTest.scala b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
index daa7de8545..3fe5ef3baf 100644
--- a/test/scaladoc/scalacheck/HtmlFactoryTest.scala
+++ b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
@@ -797,11 +797,6 @@ object Test extends Properties("HtmlFactory") {
case _ => false
}
- property("SI-8144: Members' permalink - package") = check("some/index.html") { node =>
- ("type link" |: node.assertTypeLink("../some/index.html")) &&
- ("member: some.pack" |: node.assertValuesLink("some.pack", "../some/index.html#pack"))
- }
-
property("SI-8144: Members' permalink - inner package") = check("some/pack/index.html") { node =>
("type link" |: node.assertTypeLink("../../some/pack/index.html")) &&
("member: SomeType (object)" |: node.assertValuesLink("some.pack.SomeType", "../../some/pack/index.html#SomeType")) &&