summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-05-17 14:26:35 +0800
committerPeng Wu <alexepico@gmail.com>2012-05-17 14:29:52 +0800
commit3746f9d87796057a076783fbbf33b54ad861f8cf (patch)
tree40bf5fd83ed74ac095981d1bd38496edddba88d4 /tests/lookup
parente864fe93329e03ab02e157d44df23d4cd949fecf (diff)
downloadlibpinyin-3746f9d87796057a076783fbbf33b54ad861f8cf.tar.gz
libpinyin-3746f9d87796057a076783fbbf33b54ad861f8cf.tar.xz
libpinyin-3746f9d87796057a076783fbbf33b54ad861f8cf.zip
fixes typos
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/test_phrase_lookup.cpp2
-rw-r--r--tests/lookup/test_pinyin_lookup.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp
index 9015472..b529f75 100644
--- a/tests/lookup/test_phrase_lookup.cpp
+++ b/tests/lookup/test_phrase_lookup.cpp
@@ -81,7 +81,7 @@ int main(int argc, char * argv[]){
const char * bin_file = pinyin_phrase_files[i];
if (NULL == bin_file)
continue;
- gchar * filename = g_build_filename("..", "..", "data", bin_file,NULL);
+ gchar * filename = g_build_filename("..", "..", "data", bin_file, NULL);
chunk = new MemoryChunk;
chunk->load(filename);
phrase_index.load(i, chunk);
diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp
index ab67e0d..c232134 100644
--- a/tests/lookup/test_pinyin_lookup.cpp
+++ b/tests/lookup/test_pinyin_lookup.cpp
@@ -19,7 +19,7 @@ int main( int argc, char * argv[]){
const char * bin_file = pinyin_phrase_files[i];
if (NULL == bin_file)
continue;
- gchar * filename = g_build_filename("..", "..", "data", bin_file,NULL);
+ gchar * filename = g_build_filename("..", "..", "data", bin_file, NULL);
chunk = new MemoryChunk;
chunk->load(filename);
phrase_index.load(i, chunk);