summaryrefslogtreecommitdiff
path: root/test/soap/test_soapelement.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/test_soapelement.rb')
-rw-r--r--test/soap/test_soapelement.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb
index df402c1199..99c1f29b98 100644
--- a/test/soap/test_soapelement.rb
+++ b/test/soap/test_soapelement.rb
@@ -1,6 +1,10 @@
require 'test/unit'
require 'soap/baseData'
+
+module SOAP
+
+
class TestSOAPElement < Test::Unit::TestCase
include SOAP
@@ -112,3 +116,6 @@ class TestSOAPElement < Test::Unit::TestCase
assert_equal(nil, SOAPElement.from_obj(source).to_obj)
end
end
+
+
+end