aboutsummaryrefslogtreecommitdiffstats
path: root/test/xmlrpc/test_datetime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/xmlrpc/test_datetime.rb')
-rw-r--r--test/xmlrpc/test_datetime.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/xmlrpc/test_datetime.rb b/test/xmlrpc/test_datetime.rb
index 0a84904f65..d6bb95dfcc 100644
--- a/test/xmlrpc/test_datetime.rb
+++ b/test/xmlrpc/test_datetime.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require "xmlrpc/datetime"
+module TestXMLRPC
class Test_DateTime < Test::Unit::TestCase
def test_new
@@ -157,3 +158,4 @@ class Test_DateTime < Test::Unit::TestCase
end
end
+end