From 144175bb3ad4939c3cdd97e3d3ee06b18e3a955a Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 Jul 2017 18:34:42 +0200 Subject: [PATCH] Document necessity to run chrono test with different timezones --- tests/chronotests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/chronotests.cpp b/tests/chronotests.cpp index 66ff072..9f9b58d 100644 --- a/tests/chronotests.cpp +++ b/tests/chronotests.cpp @@ -20,6 +20,9 @@ using namespace CPPUNIT_NS; /*! * \brief The ChronoTests class tests classes and methods of the ChronoUtilities namespace. + * \remarks Before comitting any changes to this test, run with different timezones to prevent + * mistakes like timezone-dependent checks. (Eg. set environment variable TZ to different + * values like 'UTC' or 'America/Los_Angeles'.) */ class ChronoTests : public TestFixture { CPPUNIT_TEST_SUITE(ChronoTests);