Skip to content

Commit

Permalink
fix THRIFT-5217
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuai007 committed May 27, 2020
1 parent affea7b commit 7dd2fa4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/cpp/test/Base64Test.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <thrift/protocol/TBase64Utils.h>

using apache::thrift::protocol::base64_encode;
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/OneWayHTTPTest.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/thread.hpp>
#include <iostream>
#include <climits>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TBufferBaseTest.cpp
Expand Up @@ -18,7 +18,7 @@
*/

#include <algorithm>
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <thrift/transport/TBufferTransports.h>
#include <thrift/transport/TShortReadTransport.h>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TMemoryBufferTest.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <climits>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TSSLSocketInterruptTest.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test_suite.hpp>
#include <boost/chrono/duration.hpp>
#include <boost/date_time/posix_time/posix_time_duration.hpp>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TServerIntegrationTest.cpp
Expand Up @@ -19,7 +19,7 @@

#define BOOST_TEST_MODULE TServerIntegrationTest
#include <atomic>
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/date_time/posix_time/ptime.hpp>
#include <boost/foreach.hpp>
#include <boost/format.hpp>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TServerSocketTest.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <thrift/transport/TSocket.h>
#include <thrift/transport/TServerSocket.h>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TServerTransportTest.cpp
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>
#include <thrift/transport/TSocket.h>
#include <thrift/transport/TServerTransport.h>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/TSocketInterruptTest.cpp
Expand Up @@ -18,7 +18,7 @@
*/

#define BOOST_TEST_MODULE TSocketInterruptTest
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>

#include <boost/chrono/duration.hpp>
#include <boost/date_time/posix_time/posix_time_duration.hpp>
Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/ToStringTest.cpp
Expand Up @@ -20,7 +20,7 @@
#include <vector>
#include <map>

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>

#include <thrift/TToString.h>

Expand Down
2 changes: 1 addition & 1 deletion lib/cpp/test/UnitTestMain.cpp
Expand Up @@ -18,4 +18,4 @@
*/

#define BOOST_TEST_MODULE thrift
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/unit_test.hpp>

0 comments on commit 7dd2fa4

Please sign in to comment.