mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Use always-available transport for config test
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user