aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-03-25 10:34:26 +0100
committerAngelo Naselli <anaselli@linux.it>2015-03-25 10:34:26 +0100
commitb416dfb9d082d59c45adb67affc89f5f1c3994cc (patch)
treeea81809ca32ba641bcc78466a3e1a71a4c53cc2b /t
parent19cc50169058c43f67c78e81bb153a4581df2b3a (diff)
downloadcolin-keep-b416dfb9d082d59c45adb67affc89f5f1c3994cc.tar
colin-keep-b416dfb9d082d59c45adb67affc89f5f1c3994cc.tar.gz
colin-keep-b416dfb9d082d59c45adb67affc89f5f1c3994cc.tar.bz2
colin-keep-b416dfb9d082d59c45adb67affc89f5f1c3994cc.tar.xz
colin-keep-b416dfb9d082d59c45adb67affc89f5f1c3994cc.zip
Added ntpServiceList attribute and its test
Diffstat (limited to 't')
-rw-r--r--t/04-Shared_TimeZone.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/04-Shared_TimeZone.t b/t/04-Shared_TimeZone.t
index 8f82786..0d72d5b 100644
--- a/t/04-Shared_TimeZone.t
+++ b/t/04-Shared_TimeZone.t
@@ -23,6 +23,8 @@ BEGIN {
for my $pair (@pairs) {
is ($tz->getNTPServiceConfig($pair->[0]), $pair->[1], "ntpServiceConfigPairs $pair->[0]");
}
+ ok (my $services = $tz->ntpServiceList(), 'ntpServiceList');
+ diag Dumper($services);
SKIP: {
#remember to skip the right number of tests