[Groonga-commit] groonga/groonga [master] test: separate words by underscore

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 16日 (水) 12:56:24 JST


HAYASHI Kentaro	2012-05-16 12:56:24 +0900 (Wed, 16 May 2012)

  New Revision: e7143d10fbafbab605e41a0859044fae477f6a79

  Log:
    test: separate words by underscore

  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-16 12:01:40 +0900 (2484b66)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-16 12:56:24 +0900 (a0a2542)
@@ -208,8 +208,8 @@ if __FILE__ == $0
 
   exit if not OPTS.has_key?(:csv)
 
-  File.open(OPTS[:csv], "r") do |csvfile|
-    lines = csvfile.readlines
+  File.open(OPTS[:csv], "r") do |csv_file|
+    lines = csv_file.readlines
 
     lines.each_with_index do |line, i|
       next if i == 0 # skip header




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