null+****@clear*****
null+****@clear*****
2012年 5月 18日 (金) 11:53:37 JST
HAYASHI Kentaro 2012-05-18 11:53:37 +0900 (Fri, 18 May 2012)
New Revision: 50937c53bbf25747efe9442baa9fc8079facb424
Log:
test: add --quadrant-with-axis option
Modified files:
test/function/tools/geo/generate-grntest-data.rb
Modified: test/function/tools/geo/generate-grntest-data.rb (+4 -0)
===================================================================
--- test/function/tools/geo/generate-grntest-data.rb 2012-05-18 10:25:32 +0900 (563547d)
+++ test/function/tools/geo/generate-grntest-data.rb 2012-05-18 11:53:37 +0900 (adcc50b)
@@ -319,6 +319,10 @@ if __FILE__ == $0
"generate test file name with geo data") do |csv_data|
OPTS[:csv_data] = csv_data
end
+ parser.on("--quadrant-with-axis QUADRANT",
+ "extract QUADRANT including axis data") do |quadrant_with_axis|
+ OPTS[:quadrant_with_axis] = quadrant_with_axis
+ end
parser.on("-v", "--verbose", "show log in detail") do |verbose|
OPTS[:verbose] = verbose
end