Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added menu option for unit testing saving timezone information
[xestiacalendar/.git] / source / tests / xestiacalendar_test.cpp
index 16a1814..58d42c7 100644 (file)
@@ -33,6 +33,7 @@
 #include "xestiacalendar_icalfreebusyload.h"
 #include "xestiacalendar_icalfreebusysave.h"
 #include "xestiacalendar_icaltimezoneload.h"
+#include "xestiacalendar_icaltimezonesave.h"
 #include "xestiacalendar_caldav.h"
 
 enum MenuOpts {
@@ -45,6 +46,7 @@ enum MenuOpts {
        TESTS_ICALLOADFREEBUSY,
        TESTS_ICALSAVEFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
+       TESTS_ICALSAVETIMEZONE,
        TESTS_CALDAV,
        TESTS_COMMONFUNCTIONS,
        TESTS_EXTRA,
@@ -76,6 +78,7 @@ void printmenu(){
        std::cout << TESTS_ICALLOADFREEBUSY << ". iCalendar FreeBusy Component Load" << std::endl;
        std::cout << TESTS_ICALSAVEFREEBUSY << ". iCalendar FreeBusy Component Save" << std::endl;
        std::cout << TESTS_ICALLOADTIMEZONE << ". iCalendar Timezone Component Load" << std::endl;
+       std::cout << TESTS_ICALSAVETIMEZONE << ". iCalendar Timezone Component Save" << std::endl;
        std::cout << TESTS_CALDAV << ". CalDAV Object" << std::endl;
        std::cout << TESTS_COMMONFUNCTIONS << ". Common Functions" << std::endl;
        std::cout << TESTS_EXTRA << ". Extra Functions Menu" << std::endl;
@@ -239,6 +242,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarTimezone*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALSAVETIMEZONE:
+                               printn("Running iCalendar Timezone Component Save tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarSaveTimezone*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_CALDAV:
                                printn("Running CalDAV tests...");
                                ::testing::GTEST_FLAG(filter) = "CalDAV*";
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy