summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-04-10 13:40:33 +0800
committerPeng Wu <alexepico@gmail.com>2013-04-10 13:40:33 +0800
commit4e9b37108c4efc092f03b64a06a43ef95f437541 (patch)
treeb54afd781cbb172556ad6f725158f4eeac226308 /tests/storage
parentd972cff706c35d4bde2627083cf255ffa018db0a (diff)
downloadlibpinyin-4e9b37108c4efc092f03b64a06a43ef95f437541.tar.gz
libpinyin-4e9b37108c4efc092f03b64a06a43ef95f437541.tar.xz
libpinyin-4e9b37108c4efc092f03b64a06a43ef95f437541.zip
update tests_helper.h
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_table_info.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storage/test_table_info.cpp b/tests/storage/test_table_info.cpp
index 30f6a0d..3201074 100644
--- a/tests/storage/test_table_info.cpp
+++ b/tests/storage/test_table_info.cpp
@@ -28,6 +28,7 @@ int main(int argc, char * argv[]) {
bool retval = system_table_info.load("../../data/table.conf");
if (!retval) {
+ fprintf(stderr, "load table.conf failed.\n");
exit(ENOENT);
}