summaryrefslogtreecommitdiff
path: root/test/ThriftTest.thrift
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsukeg@gmail.com>2015-09-29 02:16:53 +0900
committerRoger Meier <roger@apache.org>2015-09-28 20:38:37 +0200
commit01ede042aad2d44a0dbe11818dabef7897e04db4 (patch)
treec526ea0bf4a1317ff8cec2a9b0c6c01c341bb370 /test/ThriftTest.thrift
parentf2c9f1b968f2b5716cf6b96b36e133cd7e07cde6 (diff)
downloadthrift-01ede042aad2d44a0dbe11818dabef7897e04db4.tar.gz
THRIFT-3360 Improve cross test servers and clients further
This closes #629
Diffstat (limited to 'test/ThriftTest.thrift')
-rw-r--r--test/ThriftTest.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift
index a74956610..8eef23cd7 100644
--- a/test/ThriftTest.thrift
+++ b/test/ThriftTest.thrift
@@ -292,7 +292,7 @@ service ThriftTest
* Print 'testMultiException(%s, %s)' with arg0 as '%s' and arg1 as '%s'
* @param string arg - a string indication what type of exception to throw
* if arg0 == "Xception" throw Xception with errorCode = 1001 and message = "This is an Xception"
- * elsen if arg0 == "Xception2" throw Xception2 with errorCode = 2002 and message = "This is an Xception2"
+ * elsen if arg0 == "Xception2" throw Xception2 with errorCode = 2002 and struct_thing.string_thing = "This is an Xception2"
* else do not throw anything
* @return Xtruct - an Xtruct with string_thing = arg1
*/