null+****@clear*****
null+****@clear*****
2010年 6月 24日 (木) 18:09:30 JST
Nobuyoshi Nakada 2010-06-24 09:09:30 +0000 (Thu, 24 Jun 2010) New Revision: dab61184b56b98169dc9609b221d1f5206f1eff4 Log: moved tests for groonga command. Added files: test/unit/command/Makefile.am Modified files: test/unit/gqtp/Makefile.am Renamed files: test/unit/command/test-config-file.rb (from test/unit/gqtp/test-config-file.rb) test/unit/command/test-option-help.rb (from test/unit/gqtp/test-option-help.rb) test/unit/command/test-option-pid-file.rb (from test/unit/gqtp/test-option-pid-file.rb) Added: test/unit/command/Makefile.am (+4 -0) 100644 =================================================================== --- /dev/null +++ test/unit/command/Makefile.am 2010-06-24 09:09:30 +0000 (4596f5a) @@ -0,0 +1,4 @@ +EXTRA_DIST = \ + test-config-file.rb \ + test-option-help.rb \ + test-option-pid-file.rb Renamed: test/unit/command/test-config-file.rb (+0 -0) 100% =================================================================== Renamed: test/unit/command/test-option-help.rb (+0 -0) 100% =================================================================== Renamed: test/unit/command/test-option-pid-file.rb (+0 -0) 100% =================================================================== Modified: test/unit/gqtp/Makefile.am (+1 -3) =================================================================== --- test/unit/gqtp/Makefile.am 2010-06-24 03:17:36 +0000 (b211652) +++ test/unit/gqtp/Makefile.am 2010-06-24 09:09:30 +0000 (2a6961b) @@ -2,6 +2,4 @@ EXTRA_DIST = \ test-cache.rb \ test-restore.rb \ test-load.rb \ - test-config-file.rb \ - test-option-help.rb \ - test-option-pid-file.rb + test-status.rb