summaryrefslogtreecommitdiff
path: root/rb/test/Ice/operations/Client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rb/test/Ice/operations/Client.rb')
-rw-r--r--rb/test/Ice/operations/Client.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/rb/test/Ice/operations/Client.rb b/rb/test/Ice/operations/Client.rb
index d612df9682a..267205986fd 100644
--- a/rb/test/Ice/operations/Client.rb
+++ b/rb/test/Ice/operations/Client.rb
@@ -14,8 +14,8 @@ rubyDir = nil
for toplevel in [".", "..", "../..", "../../..", "../../../.."]
path = Pathname.new(toplevel).join("ruby", "Ice.rb")
if path.file?
- rubyDir = Pathname.new(toplevel).join("ruby")
- break
+ rubyDir = Pathname.new(toplevel).join("ruby")
+ break
end
end
if not rubyDir
@@ -42,7 +42,7 @@ require 'AllTests'
def test(b)
if !b
- raise RuntimeError, 'test assertion failed'
+ raise RuntimeError, 'test assertion failed'
end
end
@@ -53,10 +53,10 @@ def run(args, communicator)
STDOUT.flush
myClass.shutdown()
begin
- myClass.opVoid()
- test(false)
+ myClass.opVoid()
+ test(false)
rescue Ice::LocalException
- puts "ok"
+ puts "ok"
end
return true
@@ -82,11 +82,11 @@ end
if communicator
begin
- communicator.destroy()
+ communicator.destroy()
rescue => ex
- puts $!
- print ex.backtrace.join("\n")
- status = false
+ puts $!
+ print ex.backtrace.join("\n")
+ status = false
end
end