summaryrefslogtreecommitdiff
path: root/test/soap/test_basetype.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/test_basetype.rb')
-rw-r--r--test/soap/test_basetype.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/soap/test_basetype.rb b/test/soap/test_basetype.rb
index 80903633b1..16f211c717 100644
--- a/test/soap/test_basetype.rb
+++ b/test/soap/test_basetype.rb
@@ -1,6 +1,10 @@
require 'test/unit'
require 'soap/baseData'
+
+module SOAP
+
+
class TestSOAP < Test::Unit::TestCase
def setup
# Nothing to do.
@@ -949,3 +953,6 @@ class TestSOAP < Test::Unit::TestCase
end
end
end
+
+
+end