Skip to content

Commit

Permalink
There is no "letters" method in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kzys committed Jan 16, 2013
1 parent 033b6c1 commit 485d815
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/scaladoc/run/SI-6017.scala
Expand Up @@ -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)
}
Expand Down

0 comments on commit 485d815

Please sign in to comment.