summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck/HtmlFactoryTest.scala
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-09-19 13:31:07 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-09-19 13:31:07 +0400
commit87f1f997fdaea4890e5890f64eddc7b5690f1018 (patch)
treedf4fce72fba41d93359a425818bdc6876f27eb62 /test/scaladoc/scalacheck/HtmlFactoryTest.scala
parent4f9851d1fdbad7c5584931935e138b16d20ac478 (diff)
downloadscala-87f1f997fdaea4890e5890f64eddc7b5690f1018.tar.gz
scala-87f1f997fdaea4890e5890f64eddc7b5690f1018.tar.bz2
scala-87f1f997fdaea4890e5890f64eddc7b5690f1018.zip
Scaladoc cleanup.
Review by @VladUreche.
Diffstat (limited to 'test/scaladoc/scalacheck/HtmlFactoryTest.scala')
-rw-r--r--test/scaladoc/scalacheck/HtmlFactoryTest.scala2
1 files changed, 1 insertions, 1 deletions
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
}