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:
3166141
)
cpp: Make the test server compatible with the Python test client
author
David Reiss
<dreiss@apache.org>
Sat, 31 Jan 2009 21:39:11 +0000
(21:39 +0000)
committer
David Reiss
<dreiss@apache.org>
Sat, 31 Jan 2009 21:39:11 +0000
(21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739629
13f79535
-47bb-0310-9956-
ffa450edef68
test/cpp/src/TestServer.cpp
patch
|
blob
|
history
diff --git
a/test/cpp/src/TestServer.cpp
b/test/cpp/src/TestServer.cpp
index
ce18aaf
..
602f454
100644
(file)
--- a/
test/cpp/src/TestServer.cpp
+++ b/
test/cpp/src/TestServer.cpp
@@
-229,7
+229,7
@@
class TestHandler : public ThriftTestIf {
if (arg.compare("Xception") == 0) {
Xception e;
e.errorCode = 1001;
- e.message =
"This is an Xception"
;
+ e.message =
arg
;
throw e;
} else if (arg.compare("ApplicationException") == 0) {
facebook::thrift::TException e;