tests running again

This commit is contained in:
2022-07-27 21:06:23 +02:00
parent 7e8afcc12f
commit 93acac02f5
10 changed files with 35 additions and 19 deletions

View File

@ -57,7 +57,7 @@ TEST_CASE("TM Send Helper", "[tm-send-helper]") {
SECTION("Two Arg CTOR") {
TmSendHelper helper(msgQueue, errReporter);
REQUIRE(helper.getInternalErrorReporter() == &errReporter);
REQUIRE(helper.getDefaultDestination() == MessageQueueIF::NO_QUEUE);
REQUIRE(helper.getDefaultDestination() == 2);
REQUIRE(helper.getMsgQueue() == &msgQueue);
}
SECTION("Send") {