[Groonga-commit] groonga/groonga at 8372c1e [master] test: fix expected

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 9 22:38:13 JST 2015


Kouhei Sutou	2015-07-09 22:38:13 +0900 (Thu, 09 Jul 2015)

  New Revision: 8372c1ea6d03d33977f9b4eb7161dff1afa14aa8
  https://github.com/groonga/groonga/commit/8372c1ea6d03d33977f9b4eb7161dff1afa14aa8

  Message:
    test: fix expected

  Modified files:
    test/command/suite/select/output_columns/nonexistent/key_asterisk.expected

  Modified: test/command/suite/select/output_columns/nonexistent/key_asterisk.expected (+2 -2)
===================================================================
--- test/command/suite/select/output_columns/nonexistent/key_asterisk.expected    2015-07-09 18:24:33 +0900 (2e4c779)
+++ test/command/suite/select/output_columns/nonexistent/key_asterisk.expected    2015-07-09 22:38:13 +0900 (2148b89)
@@ -4,5 +4,5 @@ column_create Logs content COLUMN_SCALAR ShortText
 [[0,0.0,0.0],true]
 column_create Logs timestamp COLUMN_SCALAR Time
 [[0,0.0,0.0],true]
-select Logs   --command_version 2   --output_columns _key,*
-[[0,0.0,0.0],[[[0],[["content","ShortText"],[null,null]]]]]
+select Logs   --output_columns _key,*
+[[0,0.0,0.0],[[[0],[["content","ShortText"],["timestamp","Time"]]]]]
-------------- next part --------------
HTML����������������������������...
Download 



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