calendarui/tsrc/unittest_calenviewerservice/src/main.cpp
changeset 81 ce92091cbd61
parent 45 b6db4fd4947b
--- 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.