From b7bb9c1df8a50ac296edce955b9c4f13ad9edc4a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 12 Aug 2011 11:16:51 +0800 Subject: update test phrase index test case --- tests/storage/test_phrase_index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/storage/test_phrase_index.cpp') diff --git a/tests/storage/test_phrase_index.cpp b/tests/storage/test_phrase_index.cpp index d2d7be9..f4b4a7e 100644 --- a/tests/storage/test_phrase_index.cpp +++ b/tests/storage/test_phrase_index.cpp @@ -138,7 +138,7 @@ int main(int argc, char * argv[]){ phrase_index_load.get_phrase_item(16777222, item2); assert(item2.get_phrase_length() == 1); - assert(item2.get_n_pronunciation() == 5); + assert(item2.get_n_pronunciation() == 6); return 0; } -- cgit