null+****@clear*****
null+****@clear*****
2012年 6月 15日 (金) 12:32:00 JST
HAYASHI Kentaro 2012-06-15 12:32:00 +0900 (Fri, 15 Jun 2012)
New Revision: 636334ed2871573b99ecc6fa839d75b09a4a07b1
Log:
test: add "equator" check to the condition
Modified files:
test/function/tools/geo/generate-grntest-data.rb
Modified: test/function/tools/geo/generate-grntest-data.rb (+2 -1)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb 2012-06-15 12:27:21 +0900 (90e1d3f)
+++ test/function/tools/geo/generate-grntest-data.rb 2012-06-15 12:32:00 +0900 (f81db80)
@@ -411,7 +411,8 @@ class GrnTestData
within_specified_quadrant?("3rd") or
within_specified_quadrant?("4th") or
quadrant == "1st_to_2nd" or
- quadrant == "2nd_to_1st"
+ quadrant == "2nd_to_1st" or
+ quadrant == "equator"
if to_north?
"north"
elsif to_east?