shogi-server source
Revisión | cb97d072dddda88042a0f1da6f5dca823eb02419 (tree) |
---|---|
Tiempo | 2011-12-03 21:18:31 |
Autor | Daigo Moriwaki <beatles@user...> |
Commiter | Daigo Moriwaki |
Corrected to be able to test TC_functional.rb alone.
@@ -1,5 +1,7 @@ | ||
1 | 1 | # -*- coding: windows-31j -*- |
2 | -require "baseclient" | |
2 | +$:.unshift File.join(File.dirname(__FILE__), "..") | |
3 | +$topdir = File.expand_path File.dirname(__FILE__) | |
4 | +require "test/baseclient" | |
3 | 5 | require "kconv" |
4 | 6 | |
5 | 7 | class TestClientAtmark < BaseClient |