[Groonga-commit] droonga/droonga-engine at a93cacf [master] test: Specify id as a string

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 13:22:50 JST 2014


YUKI Hiroshi	2014-04-24 13:22:50 +0900 (Thu, 24 Apr 2014)

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

  Message:
    test: Specify id as a string

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

  Modified: test/unit/plugins/groonga/test_delete.rb (+2 -2)
===================================================================
--- test/unit/plugins/groonga/test_delete.rb    2014-04-24 13:21:41 +0900 (03ff9fb)
+++ test/unit/plugins/groonga/test_delete.rb    2014-04-24 13:22:50 +0900 (8800b5e)
@@ -62,8 +62,8 @@ class DeleteTest < GroongaHandlerTest
     )
   end
 
-  data(:key_and_id => { "key" => "key", "id" => 1 },
-       :id_and_filter => { "id" => 1, "filter" => "filter" },
+  data(:key_and_id => { "key" => "key", "id" => "1" },
+       :id_and_filter => { "id" => "1", "filter" => "filter" },
        :key_and_filter => { "key" => "key", "filter" => "filter" })
   def test_duplicated_identifier(data)
     Groonga::Schema.define(:context => @context) do |schema|
-------------- next part --------------
HTML����������������������������...
Download 



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