[Groonga-commit] droonga/drntest at 86a5993 [master] Add table_list and column_list to the list of known groonga commands

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:21:53 JST 2014


YUKI Hiroshi	2014-04-24 12:21:53 +0900 (Thu, 24 Apr 2014)

  New Revision: 86a5993d1fd4cd8e33025852b0c7fe96cb553ee2
  https://github.com/droonga/drntest/commit/86a5993d1fd4cd8e33025852b0c7fe96cb553ee2

  Message:
    Add table_list and column_list to the list of known groonga commands

  Modified files:
    lib/drntest/response-normalizer.rb

  Modified: lib/drntest/response-normalizer.rb (+2 -0)
===================================================================
--- lib/drntest/response-normalizer.rb    2014-04-23 14:20:35 +0900 (d87a5d5)
+++ lib/drntest/response-normalizer.rb    2014-04-24 12:21:53 +0900 (554253d)
@@ -45,9 +45,11 @@ module Drntest
     GROONGA_COMMANDS = [
       "table_create",
       "table_remove",
+      "table_list",
       "column_create",
       "column_remove",
       "column_rename",
+      "column_list",
       "select",
     ]
     def groonga_command?
-------------- next part --------------
HTML����������������������������...
Download 



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