organizer_plat/calendar_launcher_api/tsrc/unittest_calenlauncher/src/unittest_calenlauncher.cpp
changeset 49 5de72ea7a065
parent 18 c198609911f9
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    81 
    81 
    82 /*!
    82 /*!
    83 	This slot is called on failure of calendar launch.
    83 	This slot is called on failure of calendar launch.
    84  */
    84  */
    85 void TestCalenLauncher::launcherFailed(int error)
    85 void TestCalenLauncher::launcherFailed(int error)
    86 {
    86 {	
       
    87 	Q_UNUSED(error)
    87 	// Indicate launching failed.
    88 	// Indicate launching failed.
    88 	QVERIFY(true == false);
    89 	QVERIFY(true == false);
    89 }
    90 }
    90 
    91 
    91 QTEST_MAIN(TestCalenLauncher)
    92 QTEST_MAIN(TestCalenLauncher)