--- a/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp Fri Apr 16 16:28:16 2010 +0300
+++ b/lbstest/lbstestproduct/lbsx3p/src/ctlbsx3psteptransmit.cpp Mon May 03 13:50:32 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);
}