diff options
Diffstat (limited to 'qpid/ruby/tests')
| -rw-r--r-- | qpid/ruby/tests/qmf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/ruby/tests/qmf.rb b/qpid/ruby/tests/qmf.rb index 06371a5a82..274e38416e 100644 --- a/qpid/ruby/tests/qmf.rb +++ b/qpid/ruby/tests/qmf.rb @@ -44,7 +44,7 @@ class QmfTest < Test::Unit::TestCase @count = count for idx in 0...count synchronize do - seq = broker.echo(idx, "Echo Message", :_async => true) + seq = broker.echo(idx, "Echo Message", :async => true) @xmt_list[seq] = idx end end @@ -109,7 +109,7 @@ class QmfTest < Test::Unit::TestCase start_qmf body = "Echo Message Body" for seq in 1..10 - res = @broker.echo(seq, body, :_timeout => 10) + res = @broker.echo(seq, body, :timeout => 10) assert_equal(0, res.status) assert_equal("OK", res.text) assert_equal(seq, res.sequence) |
