thrift/lib/delphi/test/skip/README.txt
Jake Farrell 6cd63ecf5b Thrift-1670: Incompatibilities between different versions of a Thrift interface
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
2012-08-29 02:04:35 +00:00

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.