diff -r fe8b59ab9fa0 -r 3f227a47ad75 telephonyserverplugins/common_tsy/test/component/src/cctsysubscriberinfofu.cpp --- a/telephonyserverplugins/common_tsy/test/component/src/cctsysubscriberinfofu.cpp Wed Mar 31 23:24:02 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/component/src/cctsysubscriberinfofu.cpp Wed Apr 14 17:11:46 2010 +0300 @@ -586,8 +586,13 @@ User::WaitForRequest(reqStatus); // There is no cancel for this ipc, so status is KErrNone +#ifdef __WINS__ ASSERT_EQUALS(KErrCancel, reqStatus.Int()); - +#else + // No support for cancel in hardware. See EMobilePhoneGetServiceTable in CMmPhoneTsy::CancelService. + ASSERT_EQUALS(KErrTimedOut, reqStatus.Int()); +#endif + AssertMockLtsyStatusL(); CleanupStack::PopAndDestroy(this);