[Groonga-commit] groonga/groonga [master] follow _value isn't shown by default change.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 9日 (木) 12:08:26 JST


Kouhei Sutou	2010-09-09 03:08:26 +0000 (Thu, 09 Sep 2010)

  New Revision: 2cc9d2c919b889e14e2dd34a2ae62205374d3e07

  Log:
    follow _value isn't shown by default change.

  Modified files:
    test/unit/core/test-command-define-selector.c
    test/unit/core/test-command-select.c

  Modified: test/unit/core/test-command-define-selector.c (+2 -1)
===================================================================
--- test/unit/core/test-command-define-selector.c    2010-09-09 02:58:58 +0000 (476c0fa)
+++ test/unit/core/test-command-define-selector.c    2010-09-09 03:08:26 +0000 (c14e347)
@@ -89,7 +89,8 @@ test_table(void)
                        "[\"groonga.org\",0],\n"
                        "[\"razil.jp\",0]\n"
                        "]");
-  assert_send_commands("define_selector select_sites Sites");
+  assert_send_commands("define_selector select_sites Sites "
+                       "--output_columns \"_id, _key, _value, *\"");
   actual = send_command("select_sites");
   cut_assert_equal_string("[[[2],"
                           "[[\"_id\",\"UInt32\"],"

  Modified: test/unit/core/test-command-select.c (+2 -3)
===================================================================
--- test/unit/core/test-command-select.c    2010-09-09 02:58:58 +0000 (0d78e46)
+++ test/unit/core/test-command-select.c    2010-09-09 03:08:26 +0000 (c49b4df)
@@ -109,10 +109,9 @@ test_nil_column_reference_value(void)
   cut_assert_equal_string("[[[2],"
                           "[[\"_id\",\"UInt32\"],"
                            "[\"_key\",\"ShortText\"],"
-                           "[\"_value\",\"Int32\"],"
                            "[\"link\",\"Sites\"]],"
-                          "[1,\"groonga.org\",0,\"\"],"
-                          "[2,\"razil.jp\",0,\"\"]]]", actual);
+                          "[1,\"groonga.org\",\"\"],"
+                          "[2,\"razil.jp\",\"\"]]]", actual);
 }
 
 void




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