tests/timezonetest.cpp

Christian Mollekopf mollekopf at kolabsys.com
Mon Feb 25 14:45:46 CET 2013


 tests/timezonetest.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 91c733120272d00fd63eb594389d9b8911c7965e
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Mon Feb 25 14:45:38 2013 +0100

    another timezone syntax to test.

diff --git a/tests/timezonetest.cpp b/tests/timezonetest.cpp
index 54b1fbf..9557d75 100644
--- a/tests/timezonetest.cpp
+++ b/tests/timezonetest.cpp
@@ -75,6 +75,7 @@ void TimezoneTest::testFromHardcodedList_data()
     QTest::newRow( "12" ) << QString::fromLatin1("(GMT-08:00) Pacific Time (US and Canada); Tijuana");
     QTest::newRow( "13" ) << QString::fromLatin1("(GMT-11:00) Midway Island, Samoa");
     QTest::newRow( "14" ) << QString::fromLatin1("W. Europe Standard Time");
+    QTest::newRow( "15" ) << QString::fromLatin1("(GMT+1.00) Sarajevo/Warsaw/Zagreb");
 }
 
 void TimezoneTest::testFromHardcodedList()





More information about the commits mailing list