From f8654242f1a06b4fd7a07ac261ecee240c9b3d69 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Aug 2013 21:34:01 -0700 Subject: [PATCH] * test/automated/icalendar-tests.el (icalendar-tests--test-export) (icalendar-tests--test-import): Remove debug messages. --- test/ChangeLog | 1 + test/automated/icalendar-tests.el | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/test/ChangeLog b/test/ChangeLog index f3d14786bd9..65e7683dd54 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -2,6 +2,7 @@ * automated/icalendar-tests.el (icalendar-tests--test-export) (icalendar-tests--test-import): Try more precise TZ specification. + Remove debug messages. 2013-08-03 Glenn Morris diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 227855681e8..f83052f5ea1 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el @@ -433,9 +433,11 @@ and ISO style input data must use english month names." (icalendar-recurring-start-year 2000)) (unwind-protect (progn - (message "Current time zone: %s" (current-time-zone)) +;;; (message "Current time zone: %s" (current-time-zone)) + ;; Use this form so as not to rely on system tz database. + ;; Eg hydra.nixos.org. (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3") - (message "Current time zone: %s" (current-time-zone)) +;;; (message "Current time zone: %s" (current-time-zone)) (when input-iso (let ((calendar-month-name-array ["January" "February" "March" "April" "May" "June" "July" "August" @@ -676,9 +678,11 @@ Argument EXPECTED-AMERICAN expected american style diary string." (let ((timezone (getenv "TZ"))) (unwind-protect (progn - (message "Current time zone: %s" (current-time-zone)) +;;; (message "Current time zone: %s" (current-time-zone)) + ;; Use this form so as not to rely on system tz database. + ;; Eg hydra.nixos.org. (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3") - (message "Current time zone: %s" (current-time-zone)) +;;; (message "Current time zone: %s" (current-time-zone)) (with-temp-buffer (if (string-match "^BEGIN:VCALENDAR" input) (insert input) -- 2.39.2