summaryrefslogtreecommitdiffstats
path: root/live_update
Commit message (Expand)AuthorAgeFilesLines
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-9/+9
* updated to use current working directory if valable or /mnt/cdrom inFrancois Pons2001-04-121-2/+6
* *** empty log message ***Francois Pons2000-10-031-0/+73
e/manatools/diff/t/04-Shared_TimeZone.t?h=1.2.2&id=7d4134a7fdc5651e90b7aefbda95c5a1998ec3c6'>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 9f286cce..21dd2e72 100644
--- a/t/04-Shared_TimeZone.t
+++ b/t/04-Shared_TimeZone.t
@@ -14,6 +14,8 @@ BEGIN {
ok (my @l = $tz->getTimeZones(), 'getTimeZones');
ok (my $h = $tz->readConfiguration(), 'readConfiguration');
diag Dumper($h);
+ ok (my $currService = $tz->ntp_program(), 'ntp_program');
+ diag "ntp_program got: < " . $currService . " >";
ok (my $s = $tz->ntpCurrentServer(), 'currentNTPServer');
diag "ntpCurrentServer got: < " . ($s ? $s : "none") . " >";
ok (my $a = ($tz->isNTPRunning() ? "running" : "not running"), 'isNTPRunning');