summaryrefslogtreecommitdiff
path: root/test/xmlrpc/test_marshal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/xmlrpc/test_marshal.rb')
-rw-r--r--test/xmlrpc/test_marshal.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/xmlrpc/test_marshal.rb b/test/xmlrpc/test_marshal.rb
index ca029d3b06..34ddfa9d82 100644
--- a/test/xmlrpc/test_marshal.rb
+++ b/test/xmlrpc/test_marshal.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require "xmlrpc/marshal"
+module TestXMLRPC
class Test_Marshal < Test::Unit::TestCase
# for test_parser_values
class Person
@@ -106,3 +107,4 @@ class Test_Marshal < Test::Unit::TestCase
end
end
+end