diff -r fe8b59ab9fa0 -r 3f227a47ad75 telephonyserverplugins/common_tsy/test/component/src/cctsysmsmessagingfu.cpp --- a/telephonyserverplugins/common_tsy/test/component/src/cctsysmsmessagingfu.cpp Wed Mar 31 23:24:02 2010 +0300 +++ b/telephonyserverplugins/common_tsy/test/component/src/cctsysmsmessagingfu.cpp Wed Apr 14 17:11:46 2010 +0300 @@ -3017,11 +3017,9 @@ User::WaitForRequest(reqStatus); - ERR_PRINTF2(_L("$CTSYKnownFailure: defect id = %d"), 360701); - //SetReceiveModeCancel() is never called, the request cancel can't be completed - // Remove the function and correct comment in mm_messaging.cpp - - ASSERT_EQUALS(KErrCancel, reqStatus.Int()); + // Since SetReceiveMode completes without any delays, the cancel will not have any effect. + // The CMmSmsTsy::SetReceiveModeCancel should be removed from the code in the next cleanup, since it never been called. + ASSERT_EQUALS(KErrNone, reqStatus.Int()); AssertMockLtsyStatusL();