Thread HTML::Template::Compiled (HTC) (209 answers)
Opened by renee at 2005-06-26 15:48

bloonix
 2007-03-19 11:30
#40946 #40946
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
t/17_escape....................ok 6/4# Looks like you planned 4 tests but ran 2 extra.
t/17_escape....................dubious                                      
       Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-6
       Failed 2/4 tests, 50.00% okay (less 3 skipped tests: -1 okay, -25.00%)


Bei Änderung der Zeile

skip "no HTML::Entities installed", 3, unless $entities;

nach

skip "no HTML::Entities installed", 1, unless $entities;

läuft der Test einwandfrei durch.

Oder auch

use Test::More tests => 4;

nach

use Test::More qw(no_plan);\n\n

<!--EDIT|opi|1174296841-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread HTML::Template::Compiled (HTC)