diff -r 28479eeba3fb -r 2b6718f05bdb bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp --- a/bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp Tue Feb 02 01:12:20 2010 +0200 +++ b/bluetooth/btexample/test/cit/ROMConfig/src/cteststepbtromconfigremcon002.cpp Fri Feb 19 23:56:55 2010 +0200 @@ -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); }