diff options
author | 2013-08-08 15:56:29 -0700 | |
---|---|---|
committer | 2013-08-08 15:56:29 -0700 | |
commit | 7cb1b82fe5fcb0952b85c5f5f1a8f58b15a64d90 (patch) | |
tree | 8f584fee17eacc449e30068c68522f349c487045 /tests/src | |
parent | 9f2ba37fb9f082f99b11dff435440faa8e8624bf (diff) | |
parent | 1181c5acbc6bd8834551d8fadca55d41c886a6d8 (diff) | |
download | latinime-7cb1b82fe5fcb0952b85c5f5f1a8f58b15a64d90.tar.gz latinime-7cb1b82fe5fcb0952b85c5f5f1a8f58b15a64d90.tar.xz latinime-7cb1b82fe5fcb0952b85c5f5f1a8f58b15a64d90.zip |
am 1181c5ac: Merge "Fix to follow the field naming conventions."
* commit '1181c5acbc6bd8834551d8fadca55d41c886a6d8':
Fix to follow the field naming conventions.
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/personalization/UserHistoryDictionaryTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/personalization/UserHistoryDictionaryTests.java b/tests/src/com/android/inputmethod/latin/personalization/UserHistoryDictionaryTests.java index 8f9ef1ddd..b3e2ee0ff 100644 --- a/tests/src/com/android/inputmethod/latin/personalization/UserHistoryDictionaryTests.java +++ b/tests/src/com/android/inputmethod/latin/personalization/UserHistoryDictionaryTests.java @@ -93,7 +93,7 @@ public class UserHistoryDictionaryTests extends AndroidTestCase { final UserHistoryPredictionDictionary dict = PersonalizationDictionaryHelper.getUserHistoryPredictionDictionary( getContext(), locale, mPrefs); - dict.isTest = true; + dict.mIsTest = true; addToDict(dict, words); |