Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Updated Makefile
[xestiacalendar/.git] / source / tests / xestiacalendar_test.cpp
index 35e4a6a..05a0b85 100644 (file)
 #include "xestiacalendar_icaleventload.h"
 #include "xestiacalendar_icaleventsave.h"
 #include "xestiacalendar_icaltaskload.h"
+#include "xestiacalendar_icaltasksave.h"
 #include "xestiacalendar_icaljournalload.h"
 #include "xestiacalendar_icaljournalsave.h"
 #include "xestiacalendar_icalfreebusyload.h"
 #include "xestiacalendar_icalfreebusysave.h"
 #include "xestiacalendar_icaltimezoneload.h"
+#include "xestiacalendar_icaltimezonesave.h"
+#include "xestiacalendar_calendardatastorage.h"
 #include "xestiacalendar_caldav.h"
 
 enum MenuOpts {
        TESTS_ICALLOADEVENT = 1,
        TESTS_ICALSAVEEVENT,
        TESTS_ICALLOADTODO,
-       TESTS_ICALSAVEJOURNAL,
+       TESTS_ICALSAVETODO,
        TESTS_ICALLOADJOURNAL,
+       TESTS_ICALSAVEJOURNAL,
        TESTS_ICALLOADFREEBUSY,
        TESTS_ICALSAVEFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
+       TESTS_ICALSAVETIMEZONE,
+       TESTS_CALENDARDATASTORAGE,
        TESTS_CALDAV,
        TESTS_COMMONFUNCTIONS,
        TESTS_EXTRA,
@@ -68,11 +74,14 @@ void printmenu(){
        std::cout << TESTS_ICALLOADEVENT << ". iCalendar Event Component Load" << std::endl;
        std::cout << TESTS_ICALSAVEEVENT << ". iCalendar Event Component Save" << std::endl;
        std::cout << TESTS_ICALLOADTODO << ". iCalendar Task Component Load" << std::endl;
+       std::cout << TESTS_ICALSAVETODO << ". iCalendar Task Component Save" << std::endl;
        std::cout << TESTS_ICALLOADJOURNAL << ". iCalendar Journal Component Load" << std::endl;
        std::cout << TESTS_ICALSAVEJOURNAL << ". iCalendar Journal Component Save" << std::endl;
        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_CALENDARDATASTORAGE << ". Calendar Data Storage" << 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;
@@ -206,6 +215,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarTask*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALSAVETODO:
+                               printn("Running iCalendar Task Component Save tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarSaveTask*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_ICALLOADJOURNAL:
                                printn("Running iCalendar Journal Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarJournal*";
@@ -231,6 +245,16 @@ 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_CALENDARDATASTORAGE:
+                               printn("Running Calendar Data Storage tests...");
+                               ::testing::GTEST_FLAG(filter) = "CalendarDataStorage*";
+                               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