diff options
author | Angelo Naselli <anaselli@linux.it> | 2017-09-10 12:54:47 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2017-09-10 12:54:47 +0200 |
commit | 98b99df1bc012f23530d615225c66a1593b4d793 (patch) | |
tree | 19370416f87cd0095e8f441c72051776520447ca /t | |
parent | 7bb4ee9365e8f24c69b4ed13cd74711f9f9d7061 (diff) | |
download | manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.gz manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.bz2 manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.xz manatools-98b99df1bc012f23530d615225c66a1593b4d793.zip |
updated credits date
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, |