mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
746a4fb43f
commit
2e0b087b02
13 changed files with 105 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue