Merge "Call stopTestModeInNativeCode() in testDecaying()."

This commit is contained in:
Keisuke Kuroyanagi 2014-09-24 02:46:33 +00:00 committed by Android (Google) Code Review
commit b5dface8da

View file

@ -308,5 +308,6 @@ public class UserHistoryDictionaryTests extends AndroidTestCase {
for (final String word : words) { for (final String word : words) {
assertFalse(dict.isInDictionary(word)); assertFalse(dict.isInDictionary(word));
} }
stopTestModeInNativeCode();
} }
} }