This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 5b53b554a support reproducible builds
add 58d385eee Supplement Jsonprotocol module testcase Client: rb Patch:
Zezeng Wang
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
lib/rb/Makefile.am | 4 +
lib/rb/test/TestBinaryProtocol.rb | 145 ++++++++++++++++++++++++++
lib/rb/test/TestCompactProtocol.rb | 164 +++++++++++++++++++++++++++++
lib/rb/test/TestJsonProtocol.rb | 208 +++++++++++++++++++++++++++++++++++++
lib/rb/thrift.gemspec | 2 +-
6 files changed, 523 insertions(+), 2 deletions(-)
create mode 100644 lib/rb/test/TestBinaryProtocol.rb
create mode 100644 lib/rb/test/TestCompactProtocol.rb
create mode 100644 lib/rb/test/TestJsonProtocol.rb