-------------------------------------------------------------------------------
OLinkHost tests
Source removal doesn't affect setup. It should inform somehow clients that
service is not available.
-------------------------------------------------------------------------------
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/apigear/olink/tests/olinkhost.test.cpp:172
...............................................................................
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/apigear/olink/tests/olinkhost.test.cpp:188: FAILED:
REQUIRE( nodes.size() == 1 )
with expansion:
0 == 1
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/build/_deps/trompeloeil-src/include/catch2/trompeloeil.hpp:54: FAILED:
CHECK( failure.empty() )
with expansion:
false
with message:
failure := "/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/
apigear/olink/tests/olinkhost.test.cpp:182
Unfulfilled expectation:
Expected *source1.olinkCollectProperties() to be called once, actually never
called
"
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/build/_deps/trompeloeil-src/include/catch2/trompeloeil.hpp:54: FAILED:
CHECK( failure.empty() )
with expansion:
false
with messages:
failure := "/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/
apigear/olink/tests/olinkhost.test.cpp:182
Unfulfilled expectation:
Expected *source1.olinkCollectProperties() to be called once, actually never
called
"
failure := "/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/
apigear/olink/tests/olinkhost.test.cpp:180
Unfulfilled expectation:
Expected *source1.olinkLinked(objectId, ANY(ApiGear::ObjectLink::IRemoteNode*
)) to be called once, actually never called
param _1 == tests.sink1
param _2 matching ANY(ApiGear::ObjectLink::IRemoteNode*)
"
===============================================================================
test cases: 3 | 2 passed | 1 failed
Description of the bug
Steps To Reproduce
Additional Information
No response