summaryrefslogtreecommitdiff
path: root/test/xmlrpc/test_features.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/xmlrpc/test_features.rb')
-rw-r--r--test/xmlrpc/test_features.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/xmlrpc/test_features.rb b/test/xmlrpc/test_features.rb
index 0f867068ef..89c91f2afe 100644
--- a/test/xmlrpc/test_features.rb
+++ b/test/xmlrpc/test_features.rb
@@ -3,6 +3,7 @@ require "xmlrpc/create"
require "xmlrpc/parser"
require "xmlrpc/config"
+module TestXMLRPC
class Test_Features < Test::Unit::TestCase
def setup
@@ -46,3 +47,4 @@ class Test_Features < Test::Unit::TestCase
end
end
+end