[Groonga-commit] ranguba/groonga-client at c481255 [master] test: fix method name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 25 15:05:38 JST 2017


Kouhei Sutou	2017-10-25 15:05:38 +0900 (Wed, 25 Oct 2017)

  New Revision: c4812557723b9088d43c540f310f64fd4dfc8ab9
  https://github.com/ranguba/groonga-client/commit/c4812557723b9088d43c540f310f64fd4dfc8ab9

  Message:
    test: fix method name

  Modified files:
    test/response/test-schema.rb

  Modified: test/response/test-schema.rb (+2 -2)
===================================================================
--- test/response/test-schema.rb    2017-10-25 14:59:57 +0900 (6bf5b12)
+++ test/response/test-schema.rb    2017-10-25 15:05:38 +0900 (f294fb0)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016  Kouhei Sutou <kou �� clear-code.com>
+# Copyright (C) 2016-2017  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@ class TestResponseSchema < Test::Unit::TestCase
   class TestParseRawResponse < self
     include TestResponseHelper
 
-    def test_select
+    def test_parse
       header = [0, 1372430096.70991, 0.000522851943969727]
       body = {}
       raw_response = [header, body].to_json
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171025/cb591e69/attachment.htm 



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