From e72217385fd636a6bd8b4af86bd0610c8a84c254 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sat, 28 Mar 2015 16:06:21 +0100 Subject: wrong title in test --- 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 74c6ec42..87f0e368 100644 --- a/t/03-Shared_GUI.t +++ b/t/03-Shared_GUI.t @@ -75,7 +75,7 @@ SKIP: { diag "select_fromList got: < " . join(' - ', @${selection}) . " >"; #TODO cancel makes this test failing - ok($item = $gui->ask_fromTreeList({title => "Choose from list", header => "Which one do you select? [default is leaf 2]", default_button => 1, + ok($item = $gui->ask_fromTreeList({title => "Choose from a tree", header => "Which one do you select? [default is leaf 2]", default_button => 1, default_item => 'leaf 2', list => ['item 1/item 2/item 3', 'item 1/item 2/leaf 1', 'item 1/item 2/leaf 2', 'item 4/leaf 3', 'item 5']}), 'ask_fromTreeList'); @@ -83,14 +83,14 @@ SKIP: { ok($gui->AboutDialog({ name => "Shared::GUI TABBED", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014 Angelo Naselli", + credits => "Copyright (C) 2014-2015 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli \nMatteo Pasotti ", }), 'AboutDialog'); ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014 Angelo Naselli", + credits => "Copyright (C) 2014-2015 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli \nMatteo Pasotti ", dialog_mode => 1, -- cgit v1.2.1