From c061f3073396865dc7ea45eda1214cf18746b50e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 10 Dec 2009 17:35:33 +0100 Subject: [PATCH] TODO Kommentar sollte auch sinnvoll sein... --- t/002goodperl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/002goodperl.t b/t/002goodperl.t index 75a378c1e..fa205b17c 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -128,7 +128,7 @@ foreach my $file (@testitems) { if (!$found_html_count) { ok(1,"$file does not contain HTML"); } elsif ($found_html_count < 50) { - TODO: { local $TODO = q(Even slow amounts should go away....); + TODO: { local $TODO = q(Even little amounts of HTML should go away....); ok(0,"$file contains at least $found_html_count html tags."); } } else { -- 2.20.1