LatinIME/tests
Jean Chalard bb15f92d4f Add some unit tests.
- Type "tgis", manually pick "thus", press backspace.
  Backspace should revert the manual pick.
  Check "tgis" is the result.
- Type "tgis" followed by a period.
  Period should trigger auto-correct to "this".
  Check "this" is the result.
- Type "tgis" followed by a period, then backspace.
  Period should trigger auto-correct to "this", and backspace should
  revert the auto-correction.
  Check "tgis." is the result.

Change-Id: I7e23c8a26fbdbe23336149a05ff01bc51707422e
2012-02-22 01:35:11 -08:00
..
data Fix SuggestTests 2012-01-13 15:25:28 +09:00
res Recursively resolve @string/resource reference in key key spec parsing 2012-02-03 20:03:23 +09:00
src/com/android/inputmethod Add some unit tests. 2012-02-22 01:35:11 -08:00
Android.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
AndroidManifest.xml Remove redundant permission tag 2012-01-16 20:17:18 +09:00