Document necessity to run chrono test with different timezones

This commit is contained in:
Martchus 2017-07-16 18:34:42 +02:00
parent f2189a15ce
commit 144175bb3a
1 changed files with 3 additions and 0 deletions

View File

@ -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);