From ce405acb4da7e8f2e54402d028f747480a5827a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 27 Nov 2011 22:05:01 +0000 Subject: [PATCH] Failing unittest in case there was set a timezone in the system. --- org.glite.lbjp-common.db/test/timezone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 1.8.2.3