summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_phrase_index.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-21 14:47:06 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-21 14:47:06 +0800
commit7a5a8b88cef79e3f5db45a860201d5d5d9841d52 (patch)
tree44803cf8f42332e7167a5cc52e19809620f3ccb4 /tests/storage/test_phrase_index.cpp
parentc0442398c0bed7f1f4c67bfd338faf3e37904547 (diff)
downloadlibpinyin-7a5a8b88cef79e3f5db45a860201d5d5d9841d52.tar.gz
libpinyin-7a5a8b88cef79e3f5db45a860201d5d5d9841d52.tar.xz
libpinyin-7a5a8b88cef79e3f5db45a860201d5d5d9841d52.zip
update test cases
Diffstat (limited to 'tests/storage/test_phrase_index.cpp')
-rw-r--r--tests/storage/test_phrase_index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/storage/test_phrase_index.cpp b/tests/storage/test_phrase_index.cpp
index 79a3ca4..3687ca5 100644
--- a/tests/storage/test_phrase_index.cpp
+++ b/tests/storage/test_phrase_index.cpp
@@ -71,7 +71,7 @@ int main(int argc, char * argv[]){
assert(poss == 0.5);
}
- SystemTableInfo system_table_info;
+ SystemTableInfo2 system_table_info;
bool retval = system_table_info.load("../../data/table.conf");
if (!retval) {
@@ -82,7 +82,7 @@ int main(int argc, char * argv[]){
FacadePhraseIndex phrase_index;
const pinyin_table_info_t * phrase_files =
- system_table_info.get_table_info();
+ system_table_info.get_default_tables();
if (!load_phrase_table(phrase_files, NULL, NULL, &phrase_index))
exit(ENOENT);