[Groonga-commit] groonga/groonga-command at 2384daf [fix-travis-ci-error] Fix typos

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 13 17:22:18 JST 2016


Kouhei Sutou	2015-01-26 19:47:35 +0900 (Mon, 26 Jan 2015)

  New Revision: 2384daf9b82fc8c77f5e7cfb82e91e64b1a4824f
  https://github.com/groonga/groonga-command/commit/2384daf9b82fc8c77f5e7cfb82e91e64b1a4824f

  Message:
    Fix typos

  Modified files:
    test/command/test-table-tokenize.rb

  Modified: test/command/test-table-tokenize.rb (+2 -2)
===================================================================
--- test/command/test-table-tokenize.rb    2015-01-26 19:30:50 +0900 (563bed4)
+++ test/command/test-table-tokenize.rb    2015-01-26 19:47:35 +0900 (27f4e32)
@@ -35,7 +35,7 @@ class TableTokenizeCommandTest < Test::Unit::TestCase
         flags,
         mode,
       ]
-      command = tokenize_command({}, ordered_arguments)
+      command = table_tokenize_command({}, ordered_arguments)
       assert_equal({
                      :table  => table,
                      :string => string,
@@ -85,7 +85,7 @@ class TableTokenizeCommandTest < Test::Unit::TestCase
 
     def test_spaces_around_separator
       flags = "NONE | ENABLE_TOKENIZED_DELIMITER"
-      command = table_tokenize_command(:flags => flag)
+      command = table_tokenize_command(:flags => flags)
       assert_equal(["NONE", "ENABLE_TOKENIZED_DELIMITER"], command.flags)
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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