diff options
Diffstat (limited to 't')
-rw-r--r-- | t/01-Locales.t | 2 | ||||
-rw-r--r-- | t/03-Shared_GUI.t | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/t/01-Locales.t b/t/01-Locales.t index 550e776d..3c67ba1b 100644 --- a/t/01-Locales.t +++ b/t/01-Locales.t @@ -9,7 +9,7 @@ BEGIN { ok( my $o = ManaTools::Shared::Locales->new({domain_name => 'manatools'}), 'create'); is( $o->N_("test"), 'test', 'N_' ); -ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2016'), 'N'); +ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2017'), 'N'); diag "Copyright string is: < " . ($cr ? $cr : "none") . " >"; done_testing; diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t index 94a72263..1e10e379 100644 --- a/t/03-Shared_GUI.t +++ b/t/03-Shared_GUI.t @@ -83,14 +83,14 @@ SKIP: { ok($gui->AboutDialog({ name => "Shared::GUI TABBED", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014-2016 Angelo Naselli", + credits => "Copyright (C) 2014-2017 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", }), 'AboutDialog'); ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014-2016 Angelo Naselli", + credits => "Copyright (C) 2014-2017 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", dialog_mode => 1, |