From c5c24852ca87b8598cd22f0fd442db6e9cfbe37d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 13 Dec 2007 17:54:26 +0000 Subject: [PATCH] skipping wrong number of tests --- t/Storage/Image.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Storage/Image.t b/t/Storage/Image.t index 6bceb31ca..8b670d6a9 100644 --- a/t/Storage/Image.t +++ b/t/Storage/Image.t @@ -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,