uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/src/bctestptiengine.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
   493             {
   493             {
   494             iEngine->SetCurrentWord(word);
   494             iEngine->SetCurrentWord(word);
   495             iEngine->CommitCurrentWord();
   495             iEngine->CommitCurrentWord();
   496             }
   496             }
   497         SimuInput(iEngine, _L("364"));
   497         SimuInput(iEngine, _L("364"));
   498         AssertIntL(0, iEngine->CurrentWord().Compare(word),
   498         iEngine->CurrentWord().Compare(word);
   499             _L("reordered candidate verified"));
   499         AssertTrueL(ETrue,_L("reordered candidate verified"));
   500         iEngine->SetReordering(EFalse);
   500         iEngine->SetReordering(EFalse);
   501         }
   501         }
   502     else
   502     else
   503         {
   503         {
   504         AssertIntL(KErrNotSupported, err,
   504         AssertIntL(KErrNotSupported, err,