commit | 4370ff0998d3240cfda7745d08edbdd11703b984 | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Mon Apr 07 22:32:06 2014 +0900 |
committer | Jean Chalard <jchalard@google.com> | Thu Apr 10 17:32:05 2014 +0900 |
tree | be63baa9809d7b3541c55ec4f11c6af2e5f1cff5 | |
parent | a4ac18551f6bf6ca7ee84139e8cea3656a4a8b86 [diff] |
Fix some flaky tests. In tests, we create many instances of LatinIME, but we never destroy them. That means we never close the dictionaries nor the handlers. This change calls onDestroy, which closes all dictionaries, and adds some code to finish the handlers. Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55