[Groonga-commit] groonga/groonga [master] test: fix assignment coding style

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 4日 (月) 11:28:47 JST


HAYASHI Kentaro	2012-06-04 11:28:47 +0900 (Mon, 04 Jun 2012)

  New Revision: db0450b34a708b0f44e23e8e4a8e67a4858595be

  Log:
    test: fix assignment coding style

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

  Modified: test/function/tools/geo/generate-grntest-data.rb (+3 -3)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-06-01 18:49:02 +0900 (83aafd5)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-06-04 11:28:47 +0900 (12ab5f6)
@@ -20,10 +20,10 @@ SELECT = "select Geo --output_columns distance "
 SELECT_PRE = "[[0,0.0,0.0],[[[1],[[\"distance\",\"Int32\"]],["
 SELECT_POST = "]]]]"
 
-GRN_GEO_RESOLUTION=3600000
-GRN_GEO_RADIUS=6357303
+GRN_GEO_RESOLUTION = 3600000
+GRN_GEO_RADIUS = 6357303
 
-GEO_DISTANCE_1LONGITUDE=111263
+GEO_DISTANCE_1LONGITUDE = 111263
 
 class GrnTestData
   attr_accessor :csv_file




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