From 87f1f997fdaea4890e5890f64eddc7b5690f1018 Mon Sep 17 00:00:00 2001 From: Eugene Vigdorchik Date: Wed, 19 Sep 2012 13:31:07 +0400 Subject: Scaladoc cleanup. Review by @VladUreche. --- test/scaladoc/scalacheck/HtmlFactoryTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scaladoc/scalacheck/HtmlFactoryTest.scala') diff --git a/test/scaladoc/scalacheck/HtmlFactoryTest.scala b/test/scaladoc/scalacheck/HtmlFactoryTest.scala index 13eacf79a5..d7b5e48288 100644 --- a/test/scaladoc/scalacheck/HtmlFactoryTest.scala +++ b/test/scaladoc/scalacheck/HtmlFactoryTest.scala @@ -680,7 +680,7 @@ object Test extends Properties("HtmlFactory") { property("package object") = files("com/example/p1/package.html") match { case node: scala.xml.Node => - node.toString contains "com.example.p1.package#packageObjectMethod" + node.toString contains "com.example.p1#packageObjectMethod" case _ => false } -- cgit v1.2.3