THRIFT-929. cpp: Convert tests to use boost 1.37
authorDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:42 +0000 (17:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:42 +0000 (17:10 +0000)
commit109693c82a63b321b540cb3c993d918fc946dfbe
treea8b5942237ebc12d42e61e5888ee5d30fb0327ac
parent0a2d81e81614a73590056b4fea7688463df7c80b
THRIFT-929. cpp: Convert tests to use boost 1.37

The boost test framework has changed significantly from boost 1.34 to
1.37.  Quite a few new features have been added, and some annoying bugs
have been fixed.

This change now builds the thrift tests against boost 1.37, and updates
them to use some of the newer features.

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