]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/002goodperl.t
TODO Kommentar sollte auch sinnvoll sein...
[kivitendo-erp.git] / t / 002goodperl.t
index 75a378c1e85eed5b4a89bab93a9cee7caeb9e4e3..fa205b17c68a80fc186e0dd3eddae046d17a7554 100644 (file)
@@ -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 {