[Groonga-commit] groonga/groonga [master] test: fix to pass the value of end point

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 18日 (金) 13:32:18 JST


HAYASHI Kentaro	2012-05-18 13:32:18 +0900 (Fri, 18 May 2012)

  New Revision: 1cdaff2a8f49d6ae3845b8f1e2c4991f43812814

  Log:
    test: fix to pass the value of end point

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

  Modified: test/function/tools/geo/generate-grntest-data.rb (+2 -2)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-18 13:24:43 +0900 (7361379)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-18 13:32:18 +0900 (10620fd)
@@ -166,8 +166,8 @@ class GrnTestData
                                                @longitude_start_degree,
                                                @latitude_start_degree)
     end_quadrant = quadrant_point_with_axis?(quadrant,
-                                             @longitude_start_degree,
-                                             @latitude_start_degree)
+                                             @longitude_end_degree,
+                                             @latitude_end_degree)
     if quadrant == start_quadrant and
        quadrant == end_quadrant
       true




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