[Groonga-commit] groonga/groonga at af43b20 [master] test: relax condition

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 20 14:25:34 JST 2016


Kouhei Sutou	2016-05-20 14:25:34 +0900 (Fri, 20 May 2016)

  New Revision: af43b205599e8c0da48ff1f43997ffe5c3680c94
  https://github.com/groonga/groonga/commit/af43b205599e8c0da48ff1f43997ffe5c3680c94

  Message:
    test: relax condition

  Modified files:
    test/unit/core/test-context.c

  Modified: test/unit/core/test-context.c (+2 -2)
===================================================================
--- test/unit/core/test-context.c    2016-05-20 12:31:12 +0900 (c6926fd)
+++ test/unit/core/test-context.c    2016-05-20 14:25:34 +0900 (d8f6136)
@@ -115,11 +115,11 @@ test_dynamic_malloc_change(void)
 void
 test_command_version(void)
 {
-  cut_assert_equal_int(GRN_COMMAND_VERSION_MAX - 1,
+  cut_assert_equal_int(GRN_COMMAND_VERSION_STABLE,
                        grn_get_default_command_version());
 
   cut_assert_ensure_context();
-  cut_assert_equal_int(GRN_COMMAND_VERSION_MAX - 1,
+  cut_assert_equal_int(GRN_COMMAND_VERSION_STABLE,
                        grn_ctx_get_command_version(context));
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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