From 485d815dbada76f1a25c97814d48113909d9cd3a Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Thu, 17 Jan 2013 00:07:40 +0900 Subject: There is no "letters" method in this branch --- test/scaladoc/run/SI-6017.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/scaladoc/run/SI-6017.scala b/test/scaladoc/run/SI-6017.scala index 8ab64d6aba..a4950e48d8 100644 --- a/test/scaladoc/run/SI-6017.scala +++ b/test/scaladoc/run/SI-6017.scala @@ -16,10 +16,6 @@ object Test extends ScaladocModelTest { val index = IndexModelFactory.makeIndex(universe) // Because "STAR" and "Star" are different assert(index.firstLetterIndex('s').keys.toSeq.length == 2) - - val indexPage = new Index(universe, index) - // Because both are starting with "s" - assert(indexPage.letters.length == 1) } case _ => assert(false) } -- cgit v1.2.3