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 845a87a81 [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends
add 3e6be73ce Protocol conformity and serialization tests for UUIDs
add a420a24cb Protocol conformity and serialization tests for UUIDs - Haxe
No new revisions were added by this update.
Summary of changes:
lib/delphi/src/Thrift.Serializer.pas | 32 +++--
.../test/serializer/TestSerializer.Tests.pas | 109 +++++++++++----
lib/haxe/src/org/apache/thrift/TConfiguration.hx | 6 +-
lib/haxe/test/HaxeTests.hxproj | 2 +-
lib/haxe/test/src/ConstantsTest.hx | 74 ----------
lib/haxe/test/src/Main.hx | 139 ++++++++++---------
lib/haxe/test/src/tests/ConstantsTest.hx | 150 +++++++++++++++++++++
lib/haxe/test/src/{ => tests}/MultiplexTest.hx | 19 +--
lib/haxe/test/src/{ => tests}/StreamTest.hx | 13 +-
lib/haxe/test/src/{ => tests}/TestBase.hx | 2 +-
.../Protocols/ProtocolConformityTests.cs | 90 +++++++++++++
.../Protocols/ProtocolsOperationsTests.cs | 74 ++++++----
.../Thrift.IntegrationTests/Protocols/TestBase.cs | 48 +++++++
13 files changed, 538 insertions(+), 220 deletions(-)
delete mode 100644 lib/haxe/test/src/ConstantsTest.hx
create mode 100644 lib/haxe/test/src/tests/ConstantsTest.hx
rename lib/haxe/test/src/{ => tests}/MultiplexTest.hx (92%)
rename lib/haxe/test/src/{ => tests}/StreamTest.hx (85%)
rename lib/haxe/test/src/{ => tests}/TestBase.hx (98%)
create mode 100644
lib/netstd/Tests/Thrift.IntegrationTests/Protocols/ProtocolConformityTests.cs
create mode 100644
lib/netstd/Tests/Thrift.IntegrationTests/Protocols/TestBase.cs