qtmobility/plugins/contacts/symbian/tsrc/ut_symbian/main.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    81     UT_CntSqlSearch ut_sqlSearch;
    81     UT_CntSqlSearch ut_sqlSearch;
    82     testRunner.runTests(ut_sqlSearch);
    82     testRunner.runTests(ut_sqlSearch);
    83     
    83     
    84     testRunner.printResults();
    84     testRunner.printResults();
    85 
    85 
    86     if (promptOnExit) {
    86     /*if (promptOnExit) {
    87         printf("Press any key...\n");
    87         printf("Press any key...\n");
    88         getchar(); 
    88         getchar(); 
    89     }
    89     }*/
    90     return 0;   
    90     return 0;   
    91 }
    91 }
    92 
    92