aboutsummaryrefslogtreecommitdiffstats
path: root/test/xmlrpc/test_features.rb
diff options
context:
space:
mode:
authormneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 10:55:47 +0000
committermneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 10:55:47 +0000
commitf5c2af51db6f330337f47a5bdbd95dfb72df4844 (patch)
tree90690ea6973779b8a9e009788e4a920b8b3331bb /test/xmlrpc/test_features.rb
parentbefb362acf53b3ef725ead23d55edd24a0010cc4 (diff)
downloadruby-f5c2af51db6f330337f47a5bdbd95dfb72df4844.tar.gz
* fixed test cases so that they can be run from any directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc/test_features.rb')
-rw-r--r--test/xmlrpc/test_features.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/xmlrpc/test_features.rb b/test/xmlrpc/test_features.rb
index 5984b97a53..273e0bc4db 100644
--- a/test/xmlrpc/test_features.rb
+++ b/test/xmlrpc/test_features.rb
@@ -1,12 +1,8 @@
-$LOAD_PATH.unshift '../../lib'
require 'test/unit'
require "xmlrpc/create"
require "xmlrpc/parser"
require "xmlrpc/config"
-#XMLRPC::Config.const_set(ENABLE_NIL_CREATE, true)
-#XMLRPC::Config.const_set(ENABLE_NIL_PARSER, true)
-
class Test_Features < Test::Unit::TestCase
def setup