null+****@clear*****
null+****@clear*****
2010年 6月 30日 (水) 08:46:13 JST
Nobuyoshi Nakada 2010-06-29 23:46:13 +0000 (Tue, 29 Jun 2010)
New Revision: 0c2854011ec5b2ed72a5fa874693a6c7d809639a
Log:
--config-path option is not merged yet.
Modified files:
test/unit/command/test-option.rb
Modified: test/unit/command/test-option.rb (+1 -1)
===================================================================
--- test/unit/command/test-option.rb 2010-06-29 23:43:42 +0000 (32ad769)
+++ test/unit/command/test-option.rb 2010-06-29 23:46:13 +0000 (7db08ef)
@@ -53,7 +53,7 @@ class OptionTest < Test::Unit::TestCase
usage = 'Usage: groonga \[options\.\.\.\] \[dest\]$'
%w[-e -l -a -p -i -t
--admin-html-path --protocol --log-path
- --query-log-path --pid-file --config-path].each do |option|
+ --query-log-path --pid-file].each do |option|
status = assert_run_groonga("", /: option '#{option}' needs argument\.$/, option)
assert_not_predicate(status, :success?)
end