lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp
branchRCL_3
changeset 18 54d74d217042
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
child 57 3267d9ea3e98
--- a/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp	Wed Mar 31 23:44:31 2010 +0300
+++ b/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp	Wed Apr 14 17:26:05 2010 +0300
@@ -1266,7 +1266,7 @@
     			{
    				// NOTE: Due to a race condition in test framework that can occur on H4, it is a possibility 
    				// that we will not see the KErrDisconnected, but instead KErrNone. Therefore we cant fail the test for this.
-   				INFO_PRINTF2(_L("<FONT><B> should have returned KErrDisconnected or KErrNone, recevied %d instead</B></FONT>"),aStatus);
+   				INFO_PRINTF2(_L("<FONT><B> should have returned KErrDisconnected or KErrNone, recevied %d instead</B></FONT>"),aStatus.Int());
 
 				SetTestStepResult(EFail);
 				}