projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e8c87
)
TODO Kommentar sollte auch sinnvoll sein...
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 10 Dec 2009 16:35:33 +0000
(17:35 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 10 Dec 2009 16:35:33 +0000
(17:35 +0100)
t/002goodperl.t
patch
|
blob
|
history
diff --git
a/t/002goodperl.t
b/t/002goodperl.t
index
75a378c
..
fa205b1
100644
(file)
--- 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 {