aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-12-13 09:17:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-13 09:17:10 +0000
commitaf0c222a5ec4a8dda3db7b99b2e641434f2c4225 (patch)
tree247c2e309d056f5c150b053b376447f1bd585bb1 /tests/src/com/android/inputmethod/latin/BinaryDictionaryDecayingTests.java
parenta5b196e939609786720fb0dcc27acdcd7b509da9 (diff)
parent7b55cd3e2b4966150fa4c44dd43ebfeb77058a43 (diff)
downloadlatinime-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.java2
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,