[Groonga-commit] groonga/groonga [master] test: add missing "or" to the condition

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 15日 (金) 12:27:21 JST


HAYASHI Kentaro	2012-06-15 12:27:21 +0900 (Fri, 15 Jun 2012)

  New Revision: 5a7e75bfe564628376b81389c60cf16ef8fb6d0b

  Log:
    test: add missing "or" to the condition

  Modified files:
    test/function/tools/geo/generate-grntest-data.rb

  Modified: test/function/tools/geo/generate-grntest-data.rb (+1 -1)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-06-15 12:20:34 +0900 (cd743fc)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-06-15 12:27:21 +0900 (90e1d3f)
@@ -410,7 +410,7 @@ class GrnTestData
          within_specified_quadrant?("2nd") or
          within_specified_quadrant?("3rd") or
          within_specified_quadrant?("4th") or
-         quadrant == "1st_to_2nd"
+         quadrant == "1st_to_2nd" or
          quadrant == "2nd_to_1st"
         if to_north?
           "north"




Groonga-commit メーリングリストの案内
Back to archive index