[Groonga-commit] droonga/droonga-engine at 1e9756a [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 15:42:36 JST 2014


YUKI Hiroshi	2014-10-31 15:42:36 +0900 (Fri, 31 Oct 2014)

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

  Message:
    Fix typo

  Modified files:
    test/unit/plugins/groonga/select/test_adapter_input.rb

  Modified: test/unit/plugins/groonga/select/test_adapter_input.rb (+2 -2)
===================================================================
--- test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 15:31:38 +0900 (76da102)
+++ test/unit/plugins/groonga/select/test_adapter_input.rb    2014-10-31 15:42:36 +0900 (28aca77)
@@ -68,11 +68,11 @@ class GroongaSelectAdapterInputTest < Test::Unit::TestCase
     end
 
     class CommandVersion1Test < self
-      def test_whiet_space_separated
+      def test_whitespace_separated
         assert_attributes(["_id","_key"], "_id _key")
       end
 
-      def test_whiet_space_separated_arguments
+      def test_whitespace_separated_arguments
         assert_attributes(["_id","_key","snippet_html( content )"],
                            "_id,_key,snippet_html( content )")
       end
-------------- next part --------------
HTML����������������������������...
Download 



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