diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-05-24 18:35:48 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-05-24 18:35:48 +0200 |
commit | 26be62e8f2d15ca1c0088613d1daba314a75ea77 (patch) | |
tree | 2d6ede015d2633a138cd4b18962686491556066e /t | |
parent | 8fe5bbdfe2fa5e24c8dbfa2dadd8d5bb800ce308 (diff) | |
download | manatools-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar manatools-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.gz manatools-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.bz2 manatools-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.xz manatools-26be62e8f2d15ca1c0088613d1daba314a75ea77.zip |
Correct skipping tests
Diffstat (limited to 't')
-rw-r--r-- | t/03-Shared_GUI.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t index 06f571f0..137c91f7 100644 --- a/t/03-Shared_GUI.t +++ b/t/03-Shared_GUI.t @@ -18,7 +18,7 @@ BEGIN { SKIP: { #remember to skip the righ number of tests - skip "You didn't say yes...", 9, unless ( $a eq "y" ); + skip "You didn't say yes...", 10, unless ( $a eq "y" ); ok( $gui->warningMsgBox({text => "Warning message! (no title, no richtext)<br> line two"}), 'wmb1'); |