From 89cd6a308ed39b0b0af24773ce5d68e3f16efe03 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 19 Feb 2016 17:18:27 +0100 Subject: Add package view to scaladoc The package view shows the current package's: - siblings - children packages - path to root package - child entities (objects, traits, abstract types and classes) --- test/scaladoc/scalacheck/HtmlFactoryTest.scala | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/scaladoc') 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")) && -- cgit v1.2.3