diff -r 7ac58b2aae6f -r ce92091cbd61 calendarui/tsrc/unittest_calenviewerservice/src/main.cpp --- a/calendarui/tsrc/unittest_calenviewerservice/src/main.cpp Mon Sep 20 12:44:39 2010 +0530 +++ b/calendarui/tsrc/unittest_calenviewerservice/src/main.cpp Tue Oct 05 13:57:00 2010 +0530 @@ -22,6 +22,7 @@ // User includes #include "test_calenviewerservice.h" +/* int main(int argc, char *argv[]) { HbApplication app(argc, argv); @@ -41,5 +42,8 @@ QMetaObject::invokeMethod(&app, "aboutToQuit", Qt::DirectConnection); return ret; } +*/ + +QTEST_MAIN ( TestCalenViewerService ) // End of file --Don't remove this.