[Groonga-commit] groonga/groonga [master] test: instantiate GrnTestData object

Back to archive index

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


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

  New Revision: 62c881cbb6a7b382b8c29f858bab6581cadd19b4

  Log:
    test: instantiate GrnTestData object

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

  Modified: test/function/tools/geo/generate-grntest-data.rb (+2 -0)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb    2012-05-16 14:13:18 +0900 (de02d52)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-05-16 14:14:54 +0900 (6d3fe53)
@@ -243,6 +243,8 @@ if __FILE__ == $0
 
   exit if not OPTS.has_key?(:csv)
 
+  grndata = new GrnTestData(OPTS)
+
   File.open(OPTS[:csv], "r") do |csv_file|
     lines = csv_file.readlines
 




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