summaryrefslogtreecommitdiff
path: root/test/soap/wsdlDriver/test_calc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/wsdlDriver/test_calc.rb')
-rw-r--r--test/soap/wsdlDriver/test_calc.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/soap/wsdlDriver/test_calc.rb b/test/soap/wsdlDriver/test_calc.rb
index 629c5cdbfb..f1cc116a59 100644
--- a/test/soap/wsdlDriver/test_calc.rb
+++ b/test/soap/wsdlDriver/test_calc.rb
@@ -73,8 +73,7 @@ class TestCalc < Test::Unit::TestCase
assert_equal(0.3, @client.add(0.1, 0.2))
end
- # test for backward compatibility
- def __NOTEST__test_old_driver
+ def test_old_driver
@client = ::SOAP::WSDLDriverFactory.new(@wsdl).create_driver
@client.wiredump_dev = STDOUT if $DEBUG
@client.endpoint_url = "http://localhost:#{Port}/"