aboutsummaryrefslogtreecommitdiffstats
path: root/test/xmlrpc
diff options
context:
space:
mode:
Diffstat (limited to 'test/xmlrpc')
-rw-r--r--test/xmlrpc/test_client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/xmlrpc/test_client.rb b/test/xmlrpc/test_client.rb
index 96f3af8599..3e949195d8 100644
--- a/test/xmlrpc/test_client.rb
+++ b/test/xmlrpc/test_client.rb
@@ -16,6 +16,7 @@ module XMLRPC
def started?
@started
end
+
def start
@started = true
if block_given?