[Groonga-commit] groonga/groonga [master] test: fix syntax error

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 16日 (水) 14:22:16 JST


HAYASHI Kentaro	2012-05-16 14:22:16 +0900 (Wed, 16 May 2012)

  New Revision: 93102eace95a1295f5be210872c871dacd13b953

  Log:
    test: fix syntax error

  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-05-16 14:19:57 +0900 (0a5a849)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-16 14:22:16 +0900 (3de8cd3)
@@ -248,7 +248,7 @@ if __FILE__ == $0
 
   exit if not OPTS.has_key?(:csv)
 
-  grndata = new GrnTestData(OPTS)
+  grndata = GrnTestData.new(OPTS)
 
   File.open(OPTS[:csv], "r") do |csv_file|
     lines = csv_file.readlines




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