[Groonga-commit] groonga/groonga [master] test: enable to use check_reject option

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 1日 (金) 18:49:02 JST


HAYASHI Kentaro	2012-06-01 18:49:02 +0900 (Fri, 01 Jun 2012)

  New Revision: 984dfba6d0489d7dacca28ced45e2dcfdd0da155

  Log:
    test: enable to use check_reject option

  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-06-01 18:42:11 +0900 (563cae7)
+++ test/function/tools/geo/generate-grntest-data.rb    2012-06-01 18:49:02 +0900 (83aafd5)
@@ -748,6 +748,8 @@ if __FILE__ == $0
 
   grndata = GrnTestData.new(OPTS)
 
+  grndata.check_rejected if OPTS.has_key?(:check_reject)
+
   File.open(OPTS[:csv], "r") do |csv_file|
     lines = csv_file.readlines
 




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