[Groonga-commit] droonga/droonga-engine at 7c14856 [master] test: Fix mismatched constant name

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 12:03:36 JST 2014


YUKI Hiroshi	2014-04-24 12:03:36 +0900 (Thu, 24 Apr 2014)

  New Revision: 7c14856f4a8fcf125f45ccf2830ae11aae53f020
  https://github.com/droonga/droonga-engine/commit/7c14856f4a8fcf125f45ccf2830ae11aae53f020

  Message:
    test: Fix mismatched constant name

  Modified files:
    test/unit/plugins/groonga/test_table_list.rb

  Modified: test/unit/plugins/groonga/test_table_list.rb (+2 -2)
===================================================================
--- test/unit/plugins/groonga/test_table_list.rb    2014-04-24 12:02:52 +0900 (bf171f9)
+++ test/unit/plugins/groonga/test_table_list.rb    2014-04-24 12:03:36 +0900 (2a4b4f8)
@@ -50,7 +50,7 @@ class TableListTest < GroongaHandlerTest
       end
       response = process(:table_list, {})
       expected = [
-        COLUMNS_HEADER,
+        TABLES_HEADER,
         [257,
          "Books",
          @database_path.to_s + ".0000101",
@@ -69,7 +69,7 @@ class TableListTest < GroongaHandlerTest
       end
       response = process(:table_list, {})
       expected = [
-        COLUMNS_HEADER,
+        TABLES_HEADER,
         [257,
          "HistoryEntries",
          @database_path.to_s + ".0000101",
-------------- next part --------------
HTML����������������������������...
Download 



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