From ca89fb9221b4b96fca9d72292dbe46b4bb0ce326 Mon Sep 17 00:00:00 2001 From: Eugene Vigdorchik Date: Thu, 4 Oct 2012 12:09:36 +0400 Subject: Fix broken links with names that need to be encoded when querying the owner. --- test/scaladoc/run/links.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scaladoc/run/links.scala') diff --git a/test/scaladoc/run/links.scala b/test/scaladoc/run/links.scala index de359539cf..ca8f3e2723 100644 --- a/test/scaladoc/run/links.scala +++ b/test/scaladoc/run/links.scala @@ -22,7 +22,7 @@ object Test extends ScaladocModelTest { val memberLinks = countLinks(TEST.comment.get, _.link.isInstanceOf[LinkToMember]) val templateLinks = countLinks(TEST.comment.get, _.link.isInstanceOf[LinkToTpl]) - assert(memberLinks == 15, memberLinks + " == 15 (the member links in object TEST)") + assert(memberLinks == 16, memberLinks + " == 16 (the member links in object TEST)") assert(templateLinks == 5, templateLinks + " == 5 (the template links in object TEST)") } -} \ No newline at end of file +} -- cgit v1.2.3