Branch 'datetimeutils' - tests/calendaringtest.cpp

Christian Mollekopf mollekopf at kolabsys.com
Wed Jul 25 10:12:37 CEST 2012


 tests/calendaringtest.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 97b13d5edd8d3e3225d31eb9ec8d5d8de20685b3
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Mon Jul 23 20:18:29 2012 +0200

    print current timezone in test

diff --git a/tests/calendaringtest.cpp b/tests/calendaringtest.cpp
index 6dc9413..ce88c57 100644
--- a/tests/calendaringtest.cpp
+++ b/tests/calendaringtest.cpp
@@ -23,6 +23,7 @@
 #include <iostream>
 #include "calendaring/calendaring.h"
 #include <calendaring/event.h>
+#include <calendaring/datetimeutils.h>
 
 #include "testhelpers.h"
 #include "testutils.h"
@@ -396,7 +397,7 @@ void CalendaringTest::testRecurrence()
 
 void CalendaringTest::testDateTimeUtils()
 {
-
+    std::cout << Kolab::DateTimeUtils::getLocalTimezone() << std::endl;
 }
 
 QTEST_MAIN( CalendaringTest )





More information about the commits mailing list