From 2e0b087b02de40dd7398533522d2cfcf209771df Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 26 Sep 2003 18:34:41 +0000 Subject: * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module namespace. TestMarshal in test/soap/marshal/test_marshal.rb crashed with test/ruby/test_marshal.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/xsd/test_xmlschemaparser.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/xsd/test_xmlschemaparser.rb') diff --git a/test/xsd/test_xmlschemaparser.rb b/test/xsd/test_xmlschemaparser.rb index 6e3839a0d2..b362120540 100644 --- a/test/xsd/test_xmlschemaparser.rb +++ b/test/xsd/test_xmlschemaparser.rb @@ -1,6 +1,10 @@ require 'test/unit' require 'wsdl/xmlSchema/parser' + +module XSD + + class TestXMLSchemaParser < Test::Unit::TestCase def self.setup(filename) @@filename = filename @@ -12,3 +16,6 @@ class TestXMLSchemaParser < Test::Unit::TestCase end TestXMLSchemaParser.setup(File.join(File.dirname(__FILE__), 'xmlschema.xml')) + + +end -- cgit v1.2.3