From 41f09223513a444f899b0c2def7325d2259d5300 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 29 Nov 2012 14:35:08 +0800 Subject: add mask out test cases to chewing/pharse table --- tests/storage/test_chewing_table.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/storage/test_chewing_table.cpp') diff --git a/tests/storage/test_chewing_table.cpp b/tests/storage/test_chewing_table.cpp index 369f726..bb25780 100644 --- a/tests/storage/test_chewing_table.cpp +++ b/tests/storage/test_chewing_table.cpp @@ -129,5 +129,9 @@ int main(int argc, char * argv[]) { if (linebuf) free(linebuf); + + /* mask out all index items. */ + largetable.mask_out(0x0, 0x0); + return 0; } -- cgit