summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-08 13:30:22 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-08 13:30:22 +0800
commit7385d0f628fec86153bfcab3a186d61b771d3a65 (patch)
tree5ccb5af3375dc18920cf81eb27f21948c9eef35c /tests
parenta50ef850d4f8af898317e7a7834083f8e30532f1 (diff)
downloadlibzhuyin-7385d0f628fec86153bfcab3a186d61b771d3a65.tar.gz
libzhuyin-7385d0f628fec86153bfcab3a186d61b771d3a65.tar.xz
libzhuyin-7385d0f628fec86153bfcab3a186d61b771d3a65.zip
remove pinyin_guess_full_pinyin_candidates
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pinyin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp
index d41a535..b1d1171 100644
--- a/tests/test_pinyin.cpp
+++ b/tests/test_pinyin.cpp
@@ -66,7 +66,7 @@ int main(int argc, char * argv[]){
pinyin_parse_more_full_pinyins(instance, linebuf);
pinyin_guess_sentence_with_prefix(instance, prefixbuf);
- pinyin_guess_full_pinyin_candidates(instance, 0);
+ pinyin_guess_candidates(instance, 0);
guint len = 0;
pinyin_get_n_candidate(instance, &len);