[Groonga-commit] droonga/droonga-engine at 78fc0c0 [master] test: Don't assert erorr message

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 23 19:19:24 JST 2014


YUKI Hiroshi	2014-04-23 19:19:24 +0900 (Wed, 23 Apr 2014)

  New Revision: 78fc0c0974d817ac1bbaf558d7a6335a9bcf2d25
  https://github.com/droonga/droonga-engine/commit/78fc0c0974d817ac1bbaf558d7a6335a9bcf2d25

  Message:
    test: Don't assert erorr message

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

  Modified: test/unit/plugins/groonga/test_column_list.rb (+2 -2)
===================================================================
--- test/unit/plugins/groonga/test_column_list.rb    2014-04-23 19:12:06 +0900 (64bc128)
+++ test/unit/plugins/groonga/test_column_list.rb    2014-04-23 19:19:24 +0900 (79a857a)
@@ -58,8 +58,8 @@ class ColumnListTest < GroongaHandlerTest
     }
     response = process(:column_list, message)
     assert_equal(
-      [NORMALIZED_HEADER_INVALID_ARGUMENT, "table doesnt' exist: <Unknown>"],
-      [normalize_header(response.first), response.last]
+      NORMALIZED_HEADER_INVALID_ARGUMENT,
+      normalize_header(response.first)
     )
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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