diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-25 10:34:26 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-25 10:34:26 +0100 |
commit | b416dfb9d082d59c45adb67affc89f5f1c3994cc (patch) | |
tree | ea81809ca32ba641bcc78466a3e1a71a4c53cc2b /t | |
parent | 19cc50169058c43f67c78e81bb153a4581df2b3a (diff) | |
download | colin-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.t | 2 |
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 |