OSDN Git Service
(root)
/
shogi-server
/
shogi-server.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Followed the directory tree change caused by the repository's move from CVS to Subversion
[shogi-server/shogi-server.git]
/
test
/
TC_player.rb
diff --git
a/test/TC_player.rb
b/test/TC_player.rb
index
c53b6b4
..
978413b
100644
(file)
--- a/
test/TC_player.rb
+++ b/
test/TC_player.rb
@@
-1,5
+1,6
@@
+$:.unshift File.join(File.dirname(__FILE__), "..")
require 'test/unit'
-load '
../shogi-server/
shogi-server'
+load 'shogi-server'
class TestPlayer < Test::Unit::TestCase
def setup