Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
71f9b8d5
Commit
71f9b8d5
authored
10 years ago
by
Akifumi Yoshimoto
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug of testCharacterTableIsPresent (dicttool test)
Bug:17097992 Change-Id: Ibe343b8cc704631e84ed9d3a39feee30a54bdc38
parent
fb051c39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+1
-1
1 addition, 1 deletion
...tmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
with
1 addition
and
1 deletion
tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+
1
−
1
View file @
71f9b8d5
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment