Also test with MyCall2 #33

feature/ipv6_#35
Geoffrey Merck 3 years ago
parent 4e5e706c36
commit 867c0485b0

@ -68,6 +68,7 @@ namespace NMEASentenceCollectorTests
std::string data;
m_collector->setMyCall1("N0CALL");
m_collector->setMyCall2("5100");
m_collector->getData(data);
EXPECT_TRUE(data.find("N0CALL-5") != std::string::npos) << "Callsign in APRS frame shall be N0CALL-5";
@ -78,6 +79,7 @@ namespace NMEASentenceCollectorTests
std::string data;
m_collector->setMyCall1("N0CALL H");
m_collector->setMyCall2("5100");
m_collector->getData(data);
EXPECT_TRUE(data.find("N0CALL") != std::string::npos) << "Callsign in APRS frame shall be N0CALL-H";

Loading…
Cancel
Save

Powered by TurnKey Linux.