• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


コミットメタ情報

リビジョン3c37a322c6eec72f54567ad13878986d51e9785c (tree)
日時2011-12-03 21:19:38
作者Daigo Moriwaki <beatles@user...>
コミッターDaigo Moriwaki

ログメッセージ

Corrected to be able to test TC_jishogi_kachi.rb alone.

変更サマリ

差分

--- a/test/TC_jishogi_kachi.rb
+++ b/test/TC_jishogi_kachi.rb
@@ -1,4 +1,6 @@
1-require "baseclient"
1+$:.unshift File.join(File.dirname(__FILE__), "..")
2+$topdir = File.expand_path File.dirname(__FILE__)
3+require "test/baseclient"
24 include Socket::Constants
35
46 class JishogiTest < ReadFileClient