OSDN Git Service

New feature: max moves
[shogi-server/shogi-server.git] / test / TC_jishogi_kachi.rb
index 2d5242d..41c5e8a 100644 (file)
@@ -3,6 +3,9 @@ $topdir = File.expand_path File.dirname(__FILE__)
 require "test/baseclient"
 include Socket::Constants
 
+# This game has more thatn 256 moves.
+# Disableing max-moves, "./shogi-server --max moves 0", is required.
+
 class JishogiTest < ReadFileClient
   def test_jishogi_kachi
     csa = File.open(filepath("jishogi_kachi.csa")) {|f| f.read}