aboutsummaryrefslogtreecommitdiffstats
path: root/tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-04-06 15:30:42 +0900
committerJean Chalard <jchalard@google.com>2012-04-06 17:07:29 +0900
commitf420df28233c26e555d203185fb292e83b94b8c3 (patch)
treecadd28d7666ed16713b1b46c0cf412f987bcc3bf /tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java
parentb8060399c71a4e23f09eb1f30793043376b42f13 (diff)
downloadlatinime-f420df28233c26e555d203185fb292e83b94b8c3.tar.gz
latinime-f420df28233c26e555d203185fb292e83b94b8c3.tar.xz
latinime-f420df28233c26e555d203185fb292e83b94b8c3.zip
Add support for German umlaut and French ligatures flags
Bug: 6202812 Change-Id: Ib4a7f96f6ef86c840069b15d04393f84d428c176
Diffstat (limited to 'tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java')
-rw-r--r--tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java b/tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java
index e19c7d53b..191eb804d 100644
--- a/tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java
+++ b/tools/makedict/tests/com/android/inputmethod/latin/BinaryDictInputOutputTest.java
@@ -41,7 +41,8 @@ public class BinaryDictInputOutputTest extends TestCase {
// that it does not contain any duplicates.
public void testFlattenNodes() {
final FusionDictionary dict = new FusionDictionary(new Node(),
- new DictionaryOptions(new HashMap<String, String>()));
+ new DictionaryOptions(new HashMap<String, String>(),
+ false /* germanUmlautProcessing */, false /* frenchLigatureProcessing */));
dict.add("foo", 1, null, null);
dict.add("fta", 1, null, null);
dict.add("ftb", 1, null, null);