diff -r 11ebbc215b05 -r 047299a3352b bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp --- a/bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp Mon Mar 08 21:44:29 2010 +0000 +++ b/bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp Sun Mar 14 13:13:56 2010 +0000 @@ -66,7 +66,7 @@ if ( err!=expectedError ) { INFO_PRINTF4(\ - _L("Failed: Expected KErrNotFound (%d) and got %d when calling CRemConInterfaceSelector::OpenTargetL"),\ + _L("Failed: Expected %S(%d) and got %d when calling CRemConInterfaceSelector::OpenTargetL"),\ expectedErrorDesPtr, expectedError, err); SetTestStepResult(EFail); }