Kouhei Sutou
null+****@clear*****
Thu Apr 27 11:01:29 JST 2017
Kouhei Sutou 2017-04-27 11:01:29 +0900 (Thu, 27 Apr 2017) New Revision: e74644596a98cc5e2fd51e0653733b8598c9ff65 https://github.com/ranguba/groonga-client/commit/e74644596a98cc5e2fd51e0653733b8598c9ff65 Message: test: should not use the same value as the default value We can't confirm whether the specified value is used or the default value is used. Modified files: test/request/select/test-filter.rb Modified: test/request/select/test-filter.rb (+2 -2) =================================================================== --- test/request/select/test-filter.rb 2017-04-27 11:00:11 +0900 (1b9ce71) +++ test/request/select/test-filter.rb 2017-04-27 11:01:29 +0900 (05bfe7d) @@ -236,9 +236,9 @@ title == "[\"He\\ llo\"]" test("approximate type") do assert_equal({ :table => "posts", - :filter => "geo_in_circle(\"100x100\", \"140x250\", 300, \"rectangle\")", + :filter => "geo_in_circle(\"100x100\", \"140x250\", 300, \"sphere\")", }, - geo_in_circle("100x100", "140x250", 300, "rectangle")) + geo_in_circle("100x100", "140x250", 300, "sphere")) end end -------------- next part -------------- HTML����������������������������... Download