[Groonga-commit] groonga/groonga [master] check context before testing patricia trie is created.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 10日 (木) 17:26:58 JST


Kouhei Sutou	2011-03-10 08:26:58 +0000 (Thu, 10 Mar 2011)

  New Revision: e2a888ac2990396ba9c720fe9d98150978e98b38

  Log:
    check context before testing patricia trie is created.

  Modified files:
    test/unit/core/test-patricia-trie.h

  Modified: test/unit/core/test-patricia-trie.h (+1 -0)
===================================================================
--- test/unit/core/test-patricia-trie.h    2011-03-10 08:14:54 +0000 (7e0ce7a)
+++ test/unit/core/test-patricia-trie.h    2011-03-10 08:26:58 +0000 (cd6999c)
@@ -182,6 +182,7 @@ teardown_trie_common(void)
   cut_assert_open_context();                    \
   trie_free();                                  \
   create_trie();                                \
+  grn_test_assert_context(context);             \
   cut_assert(trie);                             \
 } while (0)
 




Groonga-commit メーリングリストの案内
Back to archive index