thrift/lib/delphi/test/skip
Jake Farrell f6e8b0d3ff Thrift-1710: Minor issues in test cases code
Client: delphi
Patch: Jens Geyer

The patch for THRIFT-1670 left some minor issues open. These are hereby fixed.
- incorrect search paths in uses clause
- unused variable in ReadResponse()
- incorrectly formatted comment in IDL



git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1394339 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 00:41:59 +00:00
..
idl Thrift-1710: Minor issues in test cases code 2012-10-05 00:41:59 +00:00
README.txt Thrift-1670: Incompatibilities between different versions of a Thrift interface 2012-08-29 02:04:35 +00:00
skiptest_version1.dpr Thrift-1710: Minor issues in test cases code 2012-10-05 00:41:59 +00:00
skiptest_version2.dpr Thrift-1710: Minor issues in test cases code 2012-10-05 00:41:59 +00:00

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.