commit | e46419b5ecb8e430d8555c2d5fbcffbc6a91ff83 | [log] [tgz] |
---|---|---|
author | Ozan Can Altiok <ozan@unscrambl.com> | Tue Mar 20 15:02:28 2018 +0300 |
committer | James E. King III <jking@apache.org> | Tue Mar 20 16:28:15 2018 -0400 |
tree | 888f59c716c6ec5f5ee9715b6e06410e1d9a5d97 | |
parent | b4960838a3b20e6bcf61727f21214a47418a2ca5 [diff] [blame] |
THRIFT-4476: Typecasting problem on double list items, emitting doubles with high precision Client: cpp Client: erl Client: java Client: js Client: py This closes #1511
diff --git a/test/Makefile.am b/test/Makefile.am index cb3d9aa..7267066 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -134,6 +134,7 @@ BrokenConstants.thrift \ ConstantsDemo.thrift \ DebugProtoTest.thrift \ + DoubleConstantsTest.thrift \ DenseLinkingTest.thrift \ DocTest.thrift \ EnumTest.thrift \