From: František Dvořák Date: Sun, 27 Nov 2011 22:05:01 +0000 (+0000) Subject: Failing unittest in case there was set a timezone in the system. X-Git-Tag: merge_30_head_take2_src~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ce405acb4da7e8f2e54402d028f747480a5827a6;p=jra1mw.git Failing unittest in case there was set a timezone in the system. --- diff --git a/org.glite.lbjp-common.db/test/timezone.cpp b/org.glite.lbjp-common.db/test/timezone.cpp index 746bec5..71cf0ca 100644 --- a/org.glite.lbjp-common.db/test/timezone.cpp +++ b/org.glite.lbjp-common.db/test/timezone.cpp @@ -60,7 +60,7 @@ class ZoneTest: public CppUnit::TestFixture public: void setUp() { - tz0 = getenv("TZ"); + tz = tz0 = getenv("TZ"); } void tearDown() {