[Groonga-commit] groonga/groonga [master] test: --server -> --server-id

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 3日 (火) 12:54:01 JST


Kouhei Sutou	2012-04-03 12:54:01 +0900 (Tue, 03 Apr 2012)

  New Revision: 21ef2acd2d54b7735ab5bc7b4d78d4b7c13daab7

  Log:
    test: --server -> --server-id

  Modified files:
    test/unit/command/test-option.rb

  Modified: test/unit/command/test-option.rb (+2 -2)
===================================================================
--- test/unit/command/test-option.rb    2012-04-03 12:51:38 +0900 (98b2710)
+++ test/unit/command/test-option.rb    2012-04-03 12:54:01 +0900 (dda9bd8)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2010  Nobuyoshi Nakada <nakad****@clear*****>
-# Copyright (C) 2011  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2011-2012  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -69,7 +69,7 @@ class OptionTest < Test::Unit::TestCase
     test_options = %W[
       port=1.1.1.1 encoding=none encoding=euc-jp
       max-threads=12345 bind-address=localhost
-      log-level=1 server=localhost
+      log-level=1 server-id=localhost
     ]
     config_file = File.join(@tmp_dir, "test-option.config")
     assert_path_not_exist(config_file)




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