Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added menu option for Contact Conversion tests to the unit test application.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 5 Dec 2015 22:05:32 +0000 (22:05 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sat, 5 Dec 2015 22:05:32 +0000 (22:05 +0000)
source/tests/xestiaab_test.cpp

index f1a77f8..af9c185 100644 (file)
@@ -22,6 +22,7 @@
 #include "xestiaab_carddav.h"
 #include "xestiaab_contactload.h"
 #include "xestiaab_contactsave.h"
+#include "xestiaab_convert.h"
 #include "xestiaab_vcard.h"
 
 enum MenuOpts {
@@ -29,6 +30,7 @@ enum MenuOpts {
        TESTS_CONTACTLOAD,
        TESTS_CONTACTSAVE, 
        TESTS_VCARD,
+       TESTS_CONVERT,
        TESTS_ALL,
        TESTS_QUIT
 };
@@ -48,6 +50,7 @@ void printmenu(){
        std::cout << TESTS_CONTACTLOAD << ". Contact Loading" << std::endl;
        std::cout << TESTS_CONTACTSAVE << ". Contact Saving" << std::endl;
        std::cout << TESTS_VCARD << ". vCard Object" << std::endl;
+       std::cout << TESTS_CONVERT << ". Contact Conversion" << std::endl;
        std::cout << TESTS_ALL << ". All Tests" << std::endl;
        std::cout << TESTS_QUIT << ". Quit" << std::endl;
        std::cout << std::endl;
@@ -112,6 +115,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "ContactSave*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_CONVERT:
+                               printn("Running Contact Conversion tests...");
+                               ::testing::GTEST_FLAG(filter) = "ConvertCmdLine*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_VCARD:
                                printn("Running vCard tests...");
                                ::testing::GTEST_FLAG(filter) = "vCard*";
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