OSDN Git Service

Corrected to be able to test TC_functional.rb alone.
authorDaigo Moriwaki <beatles@users.sourceforge.jp>
Sat, 3 Dec 2011 12:18:31 +0000 (21:18 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 3 Dec 2011 12:18:31 +0000 (21:18 +0900)
test/TC_functional.rb

index 6c4d142..51aca58 100644 (file)
@@ -1,5 +1,7 @@
 # -*- coding: windows-31j -*-
-require "baseclient"
+$:.unshift File.join(File.dirname(__FILE__), "..")
+$topdir = File.expand_path File.dirname(__FILE__)
+require "test/baseclient"
 require "kconv"
 
 class TestClientAtmark < BaseClient