summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-09-10 00:30:05 +0200
committerJens Geyer <jensg@apache.org>2019-09-11 00:41:49 +0200
commit8ff8abd6f22c23a94164fa45bec844238120ed6f (patch)
tree3b9089fd823c5ae5c753d80794e0cd8590d45ac5 /test/DebugProtoTest.thrift
parenta715f701bf4850b41b7f3fa016d16a9153319e1e (diff)
downloadthrift-8ff8abd6f22c23a94164fa45bec844238120ed6f.tar.gz
THRIFT-4957 testSanePartsOfCompactProtoTestStruct FAILED
Client: Java Patch: Jens Geyer This closes #1873
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index 09596744b..de47ea717 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -226,6 +226,10 @@ const CompactProtoTestStruct COMPACT_TEST = {
'byte_map_map' : {0 : {}, 1 : {1 : 1}, 2 : {1 : 1, 2 : 2}},
'byte_set_map' : {0 : [], 1 : [1], 2 : [1, 2]},
'byte_list_map' : {0 : [], 1 : [1], 2 : [1, 2]},
+
+ 'field500' : 500,
+ 'field5000' : 5000,
+ 'field20000' : 20000,
}