mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Use always-available transport for config test
This commit is contained in:
committed by
Dennis Klein
parent
5303e916fb
commit
5d37ab2f01
@@ -105,7 +105,7 @@ class DeviceConfig : public ::testing::Test
|
||||
|
||||
TEST_F(DeviceConfig, SetConfig)
|
||||
{
|
||||
string transport = "nanomsg";
|
||||
string transport = "zeromq";
|
||||
string returnedTransport = TestDeviceSetConfig(transport);
|
||||
|
||||
EXPECT_EQ(transport, returnedTransport);
|
||||
@@ -113,7 +113,7 @@ TEST_F(DeviceConfig, SetConfig)
|
||||
|
||||
TEST_F(DeviceConfig, SetTransport)
|
||||
{
|
||||
string transport = "nanomsg";
|
||||
string transport = "zeromq";
|
||||
string returnedTransport = TestDeviceSetTransport(transport);
|
||||
|
||||
EXPECT_EQ(transport, returnedTransport);
|
||||
|
Reference in New Issue
Block a user