[Groonga-commit] groonga/groonga at b38fb5b [master] test: fix wrong label

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 10 16:28:27 JST 2015


Kouhei Sutou	2015-03-10 16:28:27 +0900 (Tue, 10 Mar 2015)

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

  Message:
    test: fix wrong label

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

  Modified: test/unit/core/test-operator.c (+2 -2)
===================================================================
--- test/unit/core/test-operator.c    2015-03-10 16:27:58 +0900 (7bfddb2)
+++ test/unit/core/test-operator.c    2015-03-10 16:28:27 +0900 (8adee4b)
@@ -469,7 +469,7 @@ void
 data_exec_match_true(void)
 {
 #define ADD_DATA(lhs_type, rhs_type)                            \
-  gcut_add_datum(lhs_type " >= " rhs_type,                      \
+  gcut_add_datum(lhs_type " @ " rhs_type,                       \
                  "lhs_type", G_TYPE_STRING, lhs_type,           \
                  "rhs_type", G_TYPE_STRING, rhs_type,           \
                  NULL)
@@ -497,7 +497,7 @@ void
 data_exec_match_false(void)
 {
 #define ADD_DATA(lhs_type, rhs_type)                            \
-  gcut_add_datum(lhs_type " >= " rhs_type,                      \
+  gcut_add_datum(lhs_type " @ " rhs_type,                       \
                  "lhs_type", G_TYPE_STRING, lhs_type,           \
                  "rhs_type", G_TYPE_STRING, rhs_type,           \
                  NULL)
-------------- next part --------------
HTML����������������������������...
Download 



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