From: Sven Schöling Date: Thu, 10 Dec 2009 16:35:33 +0000 (+0100) Subject: TODO Kommentar sollte auch sinnvoll sein... X-Git-Tag: release-2.6.1beta1~72^2~8 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c061f3073396865dc7ea45eda1214cf18746b50e;p=kivitendo-erp.git TODO Kommentar sollte auch sinnvoll sein... --- 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 {