skipping wrong number of tests

This commit is contained in:
Colin Kuskie 2007-12-13 17:54:26 +00:00
parent ac1a7dc3a3
commit c5c24852ca

View file

@ -127,7 +127,7 @@ is($WebGUI::Test::logger_warns, q/Can't generate a thumbnail for something that'
chmod 0, $thumbStore->getPath('square.png');
SKIP: {
skip "Root will cause this test to fail since it does not obey file permissions", 1
skip "Root will cause this test to fail since it does not obey file permissions", 3
if $< == 0;
ok(! -r $thumbStore->getPath('square.png'), 'Made square.png not readable');
is($thumbStore->generateThumbnail('square.png'), 0,