Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f98286a
)
Fix odd bug in integration tests where it passed the wrong args to an Exception struc...
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:14:17 +0000
(
01:14
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:14:17 +0000
(
01:14
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668987
13f79535
-47bb-0310-9956-
ffa450edef68
test/rb/integration/test_simple_handler.rb
patch
|
blob
|
history
diff --git
a/test/rb/integration/test_simple_handler.rb
b/test/rb/integration/test_simple_handler.rb
index
fa52c0f
..
230dd08
100644
(file)
--- a/
test/rb/integration/test_simple_handler.rb
+++ b/
test/rb/integration/test_simple_handler.rb
@@
-33,7
+33,7
@@
class TestHandler
end
def testException(thing)
- raise Thrift::Test::Xception, 'error'
+ raise Thrift::Test::Xception,
:message =>
'error'
end
end