From 26be62e8f2d15ca1c0088613d1daba314a75ea77 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 24 May 2014 18:35:48 +0200 Subject: Correct skipping tests --- t/03-Shared_GUI.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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)
line two"}), 'wmb1'); -- cgit v1.2.1