[Groonga-commit] groonga/groonga at 775390a [master] test: use public API instead of internal API

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 12 15:13:49 JST 2013


Kouhei Sutou	2013-08-12 15:13:49 +0900 (Mon, 12 Aug 2013)

  New Revision: 775390ace60aaa808f17fa220a75dab8575b937a
  https://github.com/groonga/groonga/commit/775390ace60aaa808f17fa220a75dab8575b937a

  Message:
    test: use public API instead of internal API

  Modified files:
    test/unit/core/test-expr-syntax.c

  Modified: test/unit/core/test-expr-syntax.c (+1 -1)
===================================================================
--- test/unit/core/test-expr-syntax.c    2013-08-12 15:01:46 +0900 (ef58d36)
+++ test/unit/core/test-expr-syntax.c    2013-08-12 15:13:49 +0900 (773df68)
@@ -62,7 +62,7 @@ void
 cut_teardown(void)
 {
   grn_obj_close(&context, &escaped_query);
-  grn_db_close(&context, database);
+  grn_obj_close(&context, database);
   grn_ctx_fin(&context);
   cut_remove_path(tmp_directory, NULL);
   g_free(path);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index