X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=t%2F002goodperl.t;h=fa205b17c68a80fc186e0dd3eddae046d17a7554;hb=bda0d70b98bd9c9afc5ef8ae83a58497989d6750;hp=75a378c1e85eed5b4a89bab93a9cee7caeb9e4e3;hpb=f6e8c87bc23cb8b31a554ce89af51d2c3b0a5efd;p=kivitendo-erp.git 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 {