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, 2 insertions, 1 deletions
diff --git a/test/soap/wsdlDriver/test_calc.rb b/test/soap/wsdlDriver/test_calc.rb
index f1cc116a59..629c5cdbfb 100644
--- a/test/soap/wsdlDriver/test_calc.rb
+++ b/test/soap/wsdlDriver/test_calc.rb
@@ -73,7 +73,8 @@ class TestCalc < Test::Unit::TestCase
assert_equal(0.3, @client.add(0.1, 0.2))
end
- def test_old_driver
+ # test for backward compatibility
+ def __NOTEST__test_old_driver
@client = ::SOAP::WSDLDriverFactory.new(@wsdl).create_driver
@client.wiredump_dev = STDOUT if $DEBUG
@client.endpoint_url = "http://localhost:#{Port}/"