diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-11 18:38:08 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-11 19:11:50 +0100 |
commit | b87547f413ce7cc482d0490786c03b79a3c93197 (patch) | |
tree | 0a54b064288d6758323f0879af61175103fd7f7a /t | |
parent | a568d1df1ec7926f662e0ec9ec0b37af24666f4e (diff) | |
download | manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.gz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.bz2 manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.xz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.zip |
Updated 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 c284008f..550e776d 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-2015'), 'N'); +ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2016'), '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 87f0e368..94a72263 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-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 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-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", dialog_mode => 1, |