summaryrefslogtreecommitdiffstats
path: root/tests/lookup/test_pinyin_lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookup/test_pinyin_lookup.cpp')
-rw-r--r--tests/lookup/test_pinyin_lookup.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp
index ab14242..ac43ce5 100644
--- a/tests/lookup/test_pinyin_lookup.cpp
+++ b/tests/lookup/test_pinyin_lookup.cpp
@@ -90,8 +90,7 @@ int main( int argc, char * argv[]){
continue;
/* fill the matrix. */
- fill_phonetic_key_matrix_from_chewing_keys
- (&matrix, keys, key_rests);
+ fill_matrix(&matrix, keys, key_rests);
resplit_step(options, &matrix);
@@ -99,7 +98,7 @@ int main( int argc, char * argv[]){
fuzzy_syllable_step(options, &matrix);
- dump_phonetic_key_matrix(&matrix);
+ dump_matrix(&matrix);
/* initialize constraints. */
g_array_set_size(constraints, matrix.size());