[Groonga-commit] droonga/fluent-plugin-droonga at e25f5b9 [master] Test: create dummy record with multiple columns

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 22 09:56:23 JST 2013


YUKI Hiroshi	2013-11-22 09:56:23 +0900 (Fri, 22 Nov 2013)

  New Revision: e25f5b9a4b6296abbdc5e6d39b3cf31bcc0d0215
  https://github.com/droonga/fluent-plugin-droonga/commit/e25f5b9a4b6296abbdc5e6d39b3cf31bcc0d0215

  Message:
    Test: create dummy record with multiple columns

  Modified files:
    test/unit/plugin/handler/test_collector.rb

  Modified: test/unit/plugin/handler/test_collector.rb (+2 -2)
===================================================================
--- test/unit/plugin/handler/test_collector.rb    2013-11-21 18:32:47 +0900 (864b4ec)
+++ test/unit/plugin/handler/test_collector.rb    2013-11-22 09:56:23 +0900 (bed0dda)
@@ -199,8 +199,8 @@ class BasicCollectorHandlerTest < Test::Unit::TestCase
     end
 
     private
-    def create_record(key)
-      [key]
+    def create_record(*columns)
+      columns
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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