From 4826ae741082e97285f3d8aa20ca9ea2ea639856 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Thu, 3 Jan 2019 00:29:47 +0200 Subject: [PATCH] TC[19,8], TC[19,9] already completed, forgot to write that. MessageParser test remains, executeAction() test remains and a full test with additions, deletions, enabletion, and disabletions :P --- test/Services/EventActionService.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Services/EventActionService.cpp b/test/Services/EventActionService.cpp index e2431b01..cc6892dd 100644 --- a/test/Services/EventActionService.cpp +++ b/test/Services/EventActionService.cpp @@ -232,8 +232,6 @@ TEST_CASE("Event-action status report TM[19,7]", "[service][st09]") { CHECK(report.readEnum16() == 1); CHECK(report.readEnum16() == 2); CHECK(report.readUint8() == 1); - - } TEST_CASE("Enable event-action function TC[19,8]", "[service][st09]") { @@ -243,7 +241,7 @@ TEST_CASE("Enable event-action function TC[19,8]", "[service][st09]") { CHECK(eventActionService.eventActionFunctionStatus == EventActionService::enabledFunction); } -TEST_CASE("Disable event-action function TC[19,1]", "[service][st09]") { +TEST_CASE("Disable event-action function TC[19,9]", "[service][st09]") { EventActionService eventActionService; Message message(19, 9, Message::TC, 0); eventActionService.disableEventActionFunction(message); -- GitLab