Skip to content

Commit

Permalink
Add default config test for autoLearn option
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy4195 committed Nov 11, 2020
1 parent 452f622 commit 09a0747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ END_IGNORE_DEPRECATIONS

ok(chewing_get_phraseChoiceRearward(ctx) == 0, "default phraseChoiceRearward shall be 0");

ok(chewing_get_autoLearn(ctx) == 0, "default autoLearn shall be 0");

ok(chewing_get_ChiEngMode(ctx) == CHINESE_MODE, "default ChiEngMode shall be CHINESE_MODE");

ok(chewing_get_ShapeMode(ctx) == HALFSHAPE_MODE, "default ShapeMode shall be HALFSHAPE_MODE");
Expand Down

0 comments on commit 09a0747

Please sign in to comment.