mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
6cd63ecf5b
Client: delphi Patch: Jens Geyer The method TProtocolUtil.Skip() lacks implementation, which leads to exceptions after unknown message members are found by the generated deserialisation code. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1378429 13f79535-47bb-0310-9956-ffa450edef68
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
These two projects belong together. Both programs
|
|
simulate server and client for different versions
|
|
of the same protocol.
|
|
|
|
The intention of this test is to ensure fully
|
|
working compatibilty features of the Delphi Thrift
|
|
implementation.
|
|
|
|
The expected test result is, that no errors occur
|
|
with both programs, regardless in which order they
|
|
might be started.
|