From 6103628fc64ba9ec2cc6c915477071e3395d7535 Mon Sep 17 00:00:00 2001 From: matteo Date: Mon, 30 Jun 2014 00:03:37 +0300 Subject: SILENT: fixed attribute name --- t/03-Shared_GUI.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t index 6577798..f4ac300 100644 --- a/t/03-Shared_GUI.t +++ b/t/03-Shared_GUI.t @@ -22,13 +22,13 @@ BEGIN { ok( $gui->warningMsgBox({text => "Warning message! (no title, no richtext)
line two"}), 'wmb1'); - ok( $gui->warningMsgBox({text => "Warning message!
line two", title => "WARN", reachtext => 1}), 'wmb2'); + ok( $gui->warningMsgBox({text => "Warning message!
line two", title => "WARN", richtext => 1}), 'wmb2'); - ok($gui->infoMsgBox({text => "Info message!
line two", title => "INFO", reachtext => 1}), 'imb'); + ok($gui->infoMsgBox({text => "Info message!
line two", title => "INFO", richtext => 1}), 'imb'); ok($gui->msgBox({text => "Normal message! (no title, no richtext)
line two"}), 'mb1'); - ok($gui->msgBox({title => "Message", text => "Normal message!
line two", reachtext=>1}), 'mb2'); + ok($gui->msgBox({title => "Message", text => "Normal message!
line two", richtext=>1}), 'mb2'); cmp_ok(my $btn = $gui->ask_OkCancel({title => "Tests", text => "All these tests seem to be passed"}), ">=", 0, 'askOkCancel'); diag "ask_OkCancel got: < " . ($btn == 1 ? "Ok": "Cancel"). " >"; -- cgit v1.2.1