Skip to content

Commit

Permalink
Tests: Adapted clientserver test to the changed API (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Jul 27, 2023
1 parent b6c1c6c commit db15d93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <ecal/ecal.h>
#include <ecal/ecal_types.h>

#include <gtest/gtest.h>

Expand All @@ -28,7 +29,7 @@ TEST(IO, GetServices)
// initialize eCAL API
eCAL::Initialize(0, nullptr, "clientserver_getservices");

std::map<std::tuple<std::string, std::string>, eCAL::Util::SServiceMethodInfo> service_info_map;
std::map<std::tuple<std::string, std::string>, eCAL::SServiceMethodInformation> service_info_map;

// add and expire simple service
{
Expand Down

0 comments on commit db15d93

Please sign in to comment.