THRIFT-929. cpp: Test wrapper transports more thoroughly
authorDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:37 +0000 (17:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:37 +0000 (17:10 +0000)
commitd4788dfd4ae1bd04a78dc611855f70eb97355af3
tree464850819f658bd7ce70402a44586e53bfd9e53d
parent0c025e8f52096f6c9f39b80909b5b1aebf335b03
THRIFT-929. cpp: Test wrapper transports more thoroughly

UpdateS TransportTest so that the wrapper transports
(TBufferedTransport, TFramedTransport, TZlibTransport) are tested with a
wider variety of inner transports.  Previously they were only tested
using TMemoryBuffer.  Now all other transports are also tested wrapped
inside each of these transports.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1005159 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/test/TransportTest.cpp