summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-03-07 20:12:07 +0000
committerDavid Reiss <dreiss@apache.org>2008-03-07 20:12:07 +0000
commit4a8f46ca0b449654626e7a68861d2fabb3fb9f48 (patch)
tree5c993a4b13458835a39468e47aad09f5d3839848 /test/DebugProtoTest.thrift
parent9b945da3ca84b2e27c5cb0e62bfe5eafcf28b45b (diff)
downloadthrift-4a8f46ca0b449654626e7a68861d2fabb3fb9f48.tar.gz
Add more complete base64 testing for C++ JSON protocol.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index 7f031c660..fb86bf4c0 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -65,6 +65,16 @@ struct RandomStuff {
8: double triple,
}
+struct Base64 {
+ 1: i32 a,
+ 2: binary b1,
+ 3: binary b2,
+ 4: binary b3,
+ 5: binary b4,
+ 6: binary b5,
+ 7: binary b6,
+}
+
service Srv {
i32 Janky(i32 arg)
}