[Groonga-commit] droonga/fluent-plugin-droonga at 0d73a7f [master] Define sample command line as a string correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Sep 18 13:25:03 JST 2013


YUKI Hiroshi	2013-09-18 13:25:03 +0900 (Wed, 18 Sep 2013)

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

  Message:
    Define sample command line as a string correctly

  Modified files:
    test/test_groonga_command_converter.rb

  Modified: test/test_groonga_command_converter.rb (+1 -1)
===================================================================
--- test/test_groonga_command_converter.rb    2013-09-18 12:31:13 +0900 (333167b)
+++ test/test_groonga_command_converter.rb    2013-09-18 13:25:03 +0900 (d3e7662)
@@ -86,7 +86,7 @@ class GroongaCommandConverterTest < Test::Unit::TestCase
                 "[\n" +
                 "[\"_key\",\"name\"],\n" +
                 "[\"user0\",\"Abe Shinzo\"],\n" +
-                "[\"user1\",\"Noda Yoshihiko\"],\n",
+                "[\"user1\",\"Noda Yoshihiko\"],\n" +
                 "[\"user2\",\"Kan Naoto\"]\n" +
                 "]"
     @converter.convert(command) do |droonga_command|
-------------- next part --------------
HTML����������������������������...
Download 



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