mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Fix odd bug in integration tests where it passed the wrong args to an Exception struct initializer
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f98286a8e4
commit
45671689ea
@ -33,7 +33,7 @@ class TestHandler
|
||||
end
|
||||
|
||||
def testException(thing)
|
||||
raise Thrift::Test::Xception, 'error'
|
||||
raise Thrift::Test::Xception, :message => 'error'
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user