Skip to content

Commit

Permalink
Merge pull request #449 from jwillemsen/jwi-minimaltest
Browse files Browse the repository at this point in the history
Minimal test changes
  • Loading branch information
jwillemsen authored Oct 7, 2024
2 parents ea962c2 + cc21317 commit 6b5b37e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ namespace MDD_Getter_Test_Receiver_Impl
uint32_t round) override;

private:
std::string connection_;
IDL::traits<::MDD_Getter_Test::CCM_Receiver_Context>::ref_type ciao_context_;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace Test_Sender_Impl
: public IDL::traits<CCM_TT::TT_Handler>::base_type
{
public:
TT_MsgCallback (IDL::traits<::Test::CCM_Sender>::weak_ref_type component_executor)
explicit TT_MsgCallback (IDL::traits<::Test::CCM_Sender>::weak_ref_type component_executor)
: component_executor_(component_executor)
{}

Expand Down
2 changes: 1 addition & 1 deletion ddsx11/tests/latency/receiver/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LatencyDataListener final :
public DDS::traits<Test::LatencyData>::datareaderlistener_type
{
public:
LatencyDataListener(TestExecutor* executor)
explicit LatencyDataListener(TestExecutor* executor)
: executor_ (executor)
{}

Expand Down
2 changes: 1 addition & 1 deletion ddsx11/tests/minimal_latency/receiver/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LatencyDataListener final :
public DDS::traits<Test::LatencyData>::datareaderlistener_type
{
public:
LatencyDataListener(TestExecutor* executor)
explicit LatencyDataListener(TestExecutor* executor)
: executor_ (executor)
{}

Expand Down

0 comments on commit 6b5b37e

Please sign in to comment.