aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-03-25 11:22:36 +0100
committerAngelo Naselli <anaselli@linux.it>2015-03-25 11:22:36 +0100
commit031f000833f385de8bc5142c571aec73399b4a1a (patch)
tree01ceb0781d87622e416c5b2286c23d5688532fec /t
parentb416dfb9d082d59c45adb67affc89f5f1c3994cc (diff)
downloadcolin-keep-031f000833f385de8bc5142c571aec73399b4a1a.tar
colin-keep-031f000833f385de8bc5142c571aec73399b4a1a.tar.gz
colin-keep-031f000833f385de8bc5142c571aec73399b4a1a.tar.bz2
colin-keep-031f000833f385de8bc5142c571aec73399b4a1a.tar.xz
colin-keep-031f000833f385de8bc5142c571aec73399b4a1a.zip
added refreshNTPServiceList attribute and its test
Diffstat (limited to 't')
-rw-r--r--t/04-Shared_TimeZone.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/04-Shared_TimeZone.t b/t/04-Shared_TimeZone.t
index 0d72d5b..9f286cc 100644
--- a/t/04-Shared_TimeZone.t
+++ b/t/04-Shared_TimeZone.t
@@ -25,6 +25,9 @@ BEGIN {
}
ok (my $services = $tz->ntpServiceList(), 'ntpServiceList');
diag Dumper($services);
+ ok ($tz->refreshNTPServiceList(), 'refreshNTPServiceList');
+ ok ($services = $tz->ntpServiceList(), 'ntpServiceList after refresh');
+ diag Dumper($services);
SKIP: {
#remember to skip the right number of tests