aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-05-24 18:35:48 +0200
committerAngelo Naselli <anaselli@linux.it>2014-05-24 18:35:48 +0200
commit26be62e8f2d15ca1c0088613d1daba314a75ea77 (patch)
tree2d6ede015d2633a138cd4b18962686491556066e /t
parent8fe5bbdfe2fa5e24c8dbfa2dadd8d5bb800ce308 (diff)
downloadcolin-keep-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar
colin-keep-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.gz
colin-keep-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.bz2
colin-keep-26be62e8f2d15ca1c0088613d1daba314a75ea77.tar.xz
colin-keep-26be62e8f2d15ca1c0088613d1daba314a75ea77.zip
Correct skipping tests
Diffstat (limited to 't')
-rw-r--r--t/03-Shared_GUI.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t
index 06f571f..137c91f 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');