From 226554dc4ca7c8271152136a640fe8dd4410dcd3 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 29 Nov 2012 14:36:31 +0800 Subject: add mask out test cases to ngram --- tests/storage/test_ngram.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/storage/test_ngram.cpp b/tests/storage/test_ngram.cpp index 008f96a..f82cf1f 100644 --- a/tests/storage/test_ngram.cpp +++ b/tests/storage/test_ngram.cpp @@ -80,5 +80,8 @@ int main(int argc, char * argv[]){ g_array_free(items, TRUE); + /* mask out all index items. */ + bigram.mask_out(0x0, 0x0); + return 0; } -- cgit