Failing unittest in case there was set a timezone in the system.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 27 Nov 2011 22:05:01 +0000 (22:05 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 27 Nov 2011 22:05:01 +0000 (22:05 +0000)
org.glite.lbjp-common.db/test/timezone.cpp

index 746bec5..71cf0ca 100644 (file)
@@ -60,7 +60,7 @@ class ZoneTest: public  CppUnit::TestFixture
 public:
 
        void setUp() {
-               tz0 = getenv("TZ");
+               tz = tz0 = getenv("TZ");
        }
 
        void tearDown() {