skipping wrong number of tests
This commit is contained in:
parent
ac1a7dc3a3
commit
c5c24852ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue