aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/01-Locales.t2
-rw-r--r--t/03-Shared_GUI.t4
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,