[cpp-sp] branch main updated: Fix Test Path

Rod Widdowson rdw at steadingsoftware.com
Wed Oct 15 09:43:31 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw 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=2e1d72be21741b95b5400053e4e9425ea959d64a

The following commit(s) were added to refs/heads/main by this push:
     new 2e1d72be Fix Test Path
2e1d72be is described below

commit 2e1d72be21741b95b5400053e4e9425ea959d64a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 15 10:42:22 2025 +0100

    Fix Test Path
    
    The base path always ends with a slash, so we don't need to prepend on
    in the "ping" test.
---
 tests/remoting/impl/RemotingServiceTests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/remoting/impl/RemotingServiceTests.cpp b/tests/remoting/impl/RemotingServiceTests.cpp
index 46ef2882..57e0935d 100644
--- a/tests/remoting/impl/RemotingServiceTests.cpp
+++ b/tests/remoting/impl/RemotingServiceTests.cpp
@@ -80,7 +80,7 @@ BOOST_FIXTURE_TEST_CASE(RemotingService_wrong_path, RemotingFixture, * boost::un
 BOOST_FIXTURE_TEST_CASE(RemotingService_ping, RemotingFixture, * boost::unit_test::precondition(testbedRunning()))
 {
     const RemotingService* service = AgentConfig::getConfig().getAgent().getRemotingService();
-    DDF input("/ping");
+    DDF input("ping");
     DDFJanitor injanitor(input);
 
     DDF output = service->send(input);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list