equal
deleted
inserted
replaced
1264 { |
1264 { |
1265 if(aStatus != KErrDisconnected && aStatus != KErrNone) |
1265 if(aStatus != KErrDisconnected && aStatus != KErrNone) |
1266 { |
1266 { |
1267 // NOTE: Due to a race condition in test framework that can occur on H4, it is a possibility |
1267 // NOTE: Due to a race condition in test framework that can occur on H4, it is a possibility |
1268 // that we will not see the KErrDisconnected, but instead KErrNone. Therefore we cant fail the test for this. |
1268 // that we will not see the KErrDisconnected, but instead KErrNone. Therefore we cant fail the test for this. |
1269 INFO_PRINTF2(_L("<FONT><B> should have returned KErrDisconnected or KErrNone, recevied %d instead</B></FONT>"),aStatus); |
1269 INFO_PRINTF2(_L("<FONT><B> should have returned KErrDisconnected or KErrNone, recevied %d instead</B></FONT>"),aStatus.Int()); |
1270 |
1270 |
1271 SetTestStepResult(EFail); |
1271 SetTestStepResult(EFail); |
1272 } |
1272 } |
1273 |
1273 |
1274 } |
1274 } |