THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test...
authorBryan Duxbury <bryanduxbury@apache.org>
Mon, 21 Mar 2011 17:38:22 +0000 (17:38 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Mon, 21 Mar 2011 17:38:22 +0000 (17:38 +0000)
commit59d4efda817f73eb195f47ff9f04cb0f4ec47525
tree38aba98ac496e4bce5b9ea0bf0e4bdbb3f888f98
parent81a13cbd5d2a5fbd9a81cd2b19c9916cb88c942e
THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases

This patch fixes a TCompactProtocol bug and expands the test cases to exercise the problem.

Patch: Will Pierce

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1083877 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/protocol/TCompactProtocol.py
test/py/RunClientServer.py
test/py/TestClient.py
test/py/TestServer.py