From 45ab91c0547a08f3e1d9f8a921fc5b053d107bfc Mon Sep 17 00:00:00 2001 From: shish Date: Sat, 18 Oct 2008 06:23:42 +0000 Subject: [PATCH] link properly... git-svn-id: file:///home/shish/svn/shimmie2/trunk@1089 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/simpletest/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/simpletest/theme.php b/contrib/simpletest/theme.php index 5a4049fd..ee798e7e 100644 --- a/contrib/simpletest/theme.php +++ b/contrib/simpletest/theme.php @@ -43,7 +43,7 @@ class SCoreReporter extends HtmlReporter { $matches = array(); if(preg_match("#ext/(.*)/test.php#", $name, $matches)) { $name = $matches[1]; - $link = ""; + $link = "Test only this extension"; } parent::paintGroupEnd($name); if($this->current_html == "") {