Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added menu option for unit testing saving task information
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 6 Jun 2016 20:29:07 +0000 (21:29 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 6 Jun 2016 20:29:07 +0000 (21:29 +0100)
source/tests/xestiacalendar_test.cpp

index 35e4a6a..16a1814 100644 (file)
@@ -27,6 +27,7 @@
 #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"
@@ -38,8 +39,9 @@ enum MenuOpts {
        TESTS_ICALLOADEVENT = 1,
        TESTS_ICALSAVEEVENT,
        TESTS_ICALLOADTODO,
-       TESTS_ICALSAVEJOURNAL,
+       TESTS_ICALSAVETODO,
        TESTS_ICALLOADJOURNAL,
+       TESTS_ICALSAVEJOURNAL,
        TESTS_ICALLOADFREEBUSY,
        TESTS_ICALSAVEFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
@@ -68,6 +70,7 @@ 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;
@@ -206,6 +209,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*";
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