commit | b3745eea10cde93957882df56ef21f05f5e3cf6b | [log] [tgz] |
---|---|---|
author | Ewan Higgs <ewan_higgs@yahoo.co.uk> | Fri Sep 20 17:15:04 2019 +0200 |
committer | Duru Can Celasun <dcelasun@apache.org> | Fri Sep 20 16:15:04 2019 +0100 |
tree | 8d0323d9f66d8a4a36104a64576b4ade3412a05f | |
parent | 77d96c18c3729bf3faeadff67e57e7e429f1d3cd [diff] [blame] |
THRIFT-4932: Using a default string on a binary field results in invalid Java code. Client: Java Patch: Ewan Higgs This closes #1875.
diff --git a/test/Makefile.am b/test/Makefile.am index f6b867c..c2fbbd4 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -158,6 +158,7 @@ Include.thrift \ Int64Test.thrift \ JavaBeansTest.thrift \ + JavaBinaryDefault.thrift \ JavaDeepCopyTest.thrift \ JavaTypes.thrift \ JsDeepConstructorTest.thrift \