summaryrefslogtreecommitdiff
path: root/test/xsd/test_xsd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/xsd/test_xsd.rb')
-rw-r--r--test/xsd/test_xsd.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/xsd/test_xsd.rb b/test/xsd/test_xsd.rb
index 7fb5052f43..bbcbc9c778 100644
--- a/test/xsd/test_xsd.rb
+++ b/test/xsd/test_xsd.rb
@@ -1,6 +1,10 @@
require 'test/unit'
require 'xsd/datatypes'
+
+module XSD
+
+
class TestXSD < Test::Unit::TestCase
def setup
# Nothing to do.
@@ -974,3 +978,6 @@ class TestXSD2 < Test::Unit::TestCase
end
end
end
+
+
+end