diff -r e8c1ea2c6496 -r 8758140453c0 inputmethods/conf/InputMethodSmokeTestModule.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inputmethods/conf/InputMethodSmokeTestModule.cfg Thu Jan 21 12:53:44 2010 +0000 @@ -0,0 +1,20 @@ +[Test] +title Create Predictive Text Engine +create InputMethodSmokeTestModule ptiengine +ptiengine CreatePtiEngine +delete ptiengine +[Endtest] + +[Test] +title Create Predictive Text Dictionary +create InputMethodSmokeTestModule ptidict +ptidict CreatePtiDictionary +delete ptidict +[Endtest] + +[Test] +title Predict Word +create InputMethodSmokeTestModule ptiengine +ptiengine MultitapWord 26637776664443 android +delete ptiengine +[Endtest] \ No newline at end of file