aboutsummaryrefslogtreecommitdiffstats
path: root/test/wsdl/document/test_rpc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/wsdl/document/test_rpc.rb')
-rw-r--r--test/wsdl/document/test_rpc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wsdl/document/test_rpc.rb b/test/wsdl/document/test_rpc.rb
index 56cd0677ad..6c07a18ac2 100644
--- a/test/wsdl/document/test_rpc.rb
+++ b/test/wsdl/document/test_rpc.rb
@@ -51,7 +51,7 @@ class TestRPC < Test::Unit::TestCase
def teardown
teardown_server
- #File.unlink(pathname('echo.rb'))
+ File.unlink(pathname('echo.rb'))
@client.reset_stream if @client
end