aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2013-08-20 13:15:27 +0900
committerYuichiro Hanada <yhanada@google.com>2013-08-20 16:06:52 +0900
commit66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b (patch)
tree4109aeb448461c26d10a1e22559c46f2b41b7928 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent22f01a42fcd91dae2a4e723e2477a480a11daa8e (diff)
downloadlatinime-66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b.tar.gz
latinime-66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b.tar.xz
latinime-66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b.zip
Remove populateOptions.
Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index 77397a68c..028e089f8 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -505,7 +505,7 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase {
FileHeader fileHeader = null;
try {
- fileHeader = BinaryDictDecoderUtils.readHeader(dictDecoder);
+ fileHeader = dictDecoder.readHeader();
} catch (IOException e) {
return null;
} catch (UnsupportedFormatException e) {