[cpp-sp] branch main updated: Better guard for breaking Boost tests.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 20 16:09:36 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1d35a1834effda05bfbf19eb65ea4b52dee5f9b9
The following commit(s) were added to refs/heads/main by this push:
new 1d35a183 Better guard for breaking Boost tests.
1d35a183 is described below
commit 1d35a1834effda05bfbf19eb65ea4b52dee5f9b9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 20 12:09:32 2025 -0400
Better guard for breaking Boost tests.
---
tests/remoting/impl/RemotingServiceTests.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/remoting/impl/RemotingServiceTests.cpp b/tests/remoting/impl/RemotingServiceTests.cpp
index 7b98efad..214500ea 100644
--- a/tests/remoting/impl/RemotingServiceTests.cpp
+++ b/tests/remoting/impl/RemotingServiceTests.cpp
@@ -40,7 +40,7 @@ using namespace std;
namespace {
-#ifdef HAVE_CXX14
+#ifdef BOOST_FIXTURE_TEST_CASE_WITH_DECOR
// Used as test decorator for any tests requiring testbed.
struct testbedRunning {
boost::test_tools::assertion_result operator()(boost::unit_test::test_unit_id) {
@@ -66,7 +66,7 @@ struct RemotingFixture
/////////////
-#ifdef HAVE_CXX14
+#ifdef BOOST_FIXTURE_TEST_CASE_WITH_DECOR
BOOST_FIXTURE_TEST_CASE(RemotingService_startup, RemotingFixture)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list