• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

shogi-server source


Commit MetaInfo

Révisione800358bdc701fcab0ea2796a9e58aa99cdec631 (tree)
l'heure2011-12-04 14:43:31
AuteurDaigo Moriwaki <beatles@user...>
CommiterDaigo Moriwaki

Message de Log

Fixed 'require' path for Ruby 1.9.3.

Change Summary

Modification

--- a/test/TC_buoy.rb
+++ b/test/TC_buoy.rb
@@ -2,9 +2,9 @@ $:.unshift File.join(File.dirname(__FILE__), "..")
22 $topdir = File.expand_path File.dirname(__FILE__)
33 require 'test/unit'
44 require 'shogi_server/buoy'
5-require 'mock_game'
6-require 'mock_player'
7-require 'mock_log_message'
5+require 'test/mock_game'
6+require 'test/mock_player'
7+require 'test/mock_log_message'
88
99
1010 class TestBuoyGame < Test::Unit::TestCase