lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp
branchRCL_3
changeset 18 54d74d217042
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
child 57 3267d9ea3e98
equal deleted inserted replaced
12:d8287cc0d36f 18:54d74d217042
  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 			}