[Groonga-commit] groonga/groonga at ec140b8 [master] test: fix wrong expected value

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 5 18:37:56 JST 2016


Kouhei Sutou	2016-02-05 18:37:56 +0900 (Fri, 05 Feb 2016)

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

  Message:
    test: fix wrong expected value

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

  Modified: test/unit/core/test-object.c (+1 -1)
===================================================================
--- test/unit/core/test-object.c    2016-02-05 18:36:05 +0900 (ee194d7)
+++ test/unit/core/test-object.c    2016-02-05 18:37:56 +0900 (3dc4afe)
@@ -227,7 +227,7 @@ data_is_reference_column(void)
                  NULL)
 
   ADD_DATUM("table",            FALSE, "Users");
-  ADD_DATUM("value column",     TRUE,  "Users.age");
+  ADD_DATUM("value column",     FALSE, "Users.age");
   ADD_DATUM("reference column", TRUE,  "Users.name");
 
 #undef ADD_DATUM
-------------- next part --------------
HTML����������������������������...
Download 



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