X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=t%2F002goodperl.t;h=fa205b17c68a80fc186e0dd3eddae046d17a7554;hb=4dbd40c0260327ca136a5c0f49c67822e837f451;hp=f081ac719e4ba34277ef33eed9dff0604ae93ad1;hpb=8332f18114bf31468d886c634cfc889647bae8ef;p=kivitendo-erp.git diff --git a/t/002goodperl.t b/t/002goodperl.t index f081ac719..fa205b17c 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -127,10 +127,12 @@ foreach my $file (@testitems) { close (FILE); if (!$found_html_count) { ok(1,"$file does not contain HTML"); - } else { - TODO: { local $TODO = q(Templating is not final.); + } elsif ($found_html_count < 50) { + TODO: { local $TODO = q(Even little amounts of HTML should go away....); ok(0,"$file contains at least $found_html_count html tags."); } + } else { + ok(0,"$file contains at least $found_html_count html tags."); } }