summaryrefslogtreecommitdiff
path: root/test/soap/helloworld/test_helloworld.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld/test_helloworld.rb')
-rw-r--r--test/soap/helloworld/test_helloworld.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/soap/helloworld/test_helloworld.rb b/test/soap/helloworld/test_helloworld.rb
index ccf77f9c1c..0aa552e4a8 100644
--- a/test/soap/helloworld/test_helloworld.rb
+++ b/test/soap/helloworld/test_helloworld.rb
@@ -6,6 +6,11 @@ $:.push(dir)
require 'hw_s.rb'
$:.delete(dir)
+
+module SOAP
+module HelloWorld
+
+
class TestHelloWorld < Test::Unit::TestCase
def setup
@server = HelloWorldServer.new('hws', 'urn:hws', '0.0.0.0', 2000)
@@ -29,3 +34,7 @@ class TestHelloWorld < Test::Unit::TestCase
assert_equal("Hello World, from <&>", @client.hello_world("<&>"))
end
end
+
+
+end
+end