--- 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);
}