Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f16021ef authored by Akifumi Yoshimoto's avatar Akifumi Yoshimoto Committed by Android Git Automerger
Browse files

am 80861cde: Merge "Fix bug of testCharacterTableIsPresent (dicttool test)"

* commit '80861cde':
  Fix bug of testCharacterTableIsPresent (dicttool test)
parents 6803aabf 80861cde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase {
    public void testCharacterTableIsPresent() throws IOException, UnsupportedFormatException {
        final String[] wordSource = {"words", "used", "for", "testing", "a", "code point", "table"};
        final List<String> words = Arrays.asList(wordSource);
        final String correctCodePointTable = "eotdsanirfg bclwup";
        final String correctCodePointTable = "toesdrniawuplgfcb ";
        final String dictName = "codePointTableTest";
        final String dictVersion = Long.toString(System.currentTimeMillis());
        final String codePointTableAttribute = DictionaryHeader.CODE_POINT_TABLE_KEY;