summaryrefslogtreecommitdiff
path: root/test/wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'test/wsdl')
-rw-r--r--test/wsdl/test_emptycomplextype.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/wsdl/test_emptycomplextype.rb b/test/wsdl/test_emptycomplextype.rb
index f44c72f840..fffc8c85ec 100644
--- a/test/wsdl/test_emptycomplextype.rb
+++ b/test/wsdl/test_emptycomplextype.rb
@@ -1,6 +1,10 @@
require 'test/unit'
require 'wsdl/parser'
+
+module WSDL
+
+
class TestWSDL < Test::Unit::TestCase
def self.setup(filename)
@@filename = filename
@@ -12,3 +16,6 @@ class TestWSDL < Test::Unit::TestCase
end
TestWSDL.setup(File.join(File.dirname(__FILE__), 'emptycomplextype.wsdl'))
+
+
+end