diff options
author | 2013-12-13 09:17:10 +0000 | |
---|---|---|
committer | 2013-12-13 09:17:10 +0000 | |
commit | af0c222a5ec4a8dda3db7b99b2e641434f2c4225 (patch) | |
tree | 247c2e309d056f5c150b053b376447f1bd585bb1 /tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java | |
parent | a5b196e939609786720fb0dcc27acdcd7b509da9 (diff) | |
parent | 7b55cd3e2b4966150fa4c44dd43ebfeb77058a43 (diff) | |
download | latinime-af0c222a5ec4a8dda3db7b99b2e641434f2c4225.tar.gz latinime-af0c222a5ec4a8dda3db7b99b2e641434f2c4225.tar.xz latinime-af0c222a5ec4a8dda3db7b99b2e641434f2c4225.zip |
Merge "Remove flags from Java side."
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java index e0276513a..c7bc55d96 100644 --- a/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java +++ b/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java @@ -115,8 +115,6 @@ public class BinaryDictionaryDecayingTests extends AndroidTestCase { getContext().getCacheDir()); FileUtils.deleteRecursively(file); Map<String, String> attributeMap = new HashMap<String, String>(); - attributeMap.put(FormatSpec.FileHeader.SUPPORTS_DYNAMIC_UPDATE_ATTRIBUTE, - FormatSpec.FileHeader.ATTRIBUTE_VALUE_TRUE); attributeMap.put(FormatSpec.FileHeader.USES_FORGETTING_CURVE_ATTRIBUTE, FormatSpec.FileHeader.ATTRIBUTE_VALUE_TRUE); attributeMap.put(FormatSpec.FileHeader.HAS_HISTORICAL_INFO_ATTRIBUTE, |