Call stopTestModeInNativeCode() in testDecaying().

Change-Id: I939fdbda31ff066ea6e807ad1438a8f77fb6ddef
main
Keisuke Kuroyanagi 2014-09-24 08:51:19 +09:00
parent 620bfb9bb9
commit a8321242c6
1 changed files with 1 additions and 0 deletions

View File

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