diff -r 2f259fa3e83a -r 8ca85d2f0db7 uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/src/bctestlan.cpp --- a/uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/src/bctestlan.cpp Tue Feb 02 01:00:49 2010 +0200 +++ b/uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/src/bctestlan.cpp Fri Feb 19 23:04:46 2010 +0200 @@ -124,12 +124,14 @@ void CBCTestLanguage::TestSetKeyMap() { iLan->SetKeyMappings(CBCTestKeymap::CreateKeyMapL()); - AssertNotNullL(iLan->GetKeymappings(), _L("Key mapping set and got.")); + iLan->GetKeymappings(); + AssertTrueL(ETrue, _L("Key mapping set and got.")); if( CBCTestQwertyMap::ValidQwertyMode() ) { iLan->SetQwertyKeyMappings(CBCTestQwertyMap::CreateKeyMapL()); - AssertNotNullL(iLan->GetQwertyKeymappings(), _L("Qwerty key mapping set and got.")); + iLan->GetQwertyKeymappings(); + AssertTrueL(ETrue, _L("Qwerty key mapping set and got.")); iLan->ClearQwerty(); AssertTrueL(NULL == iLan->GetQwertyKeymappings(), _L("Qwerty key mapping cleared.")); }