Skip to content

Commit

Permalink
Update logging policy test
Browse files Browse the repository at this point in the history
The removed events are unexpected, those unexpected events are no
longer processed in substate machine that cannot process them due to
changes in previous commit.
  • Loading branch information
GuiCodron authored and kris-jusiak committed Jul 31, 2020
1 parent 49ee108 commit 8cb3419
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ft/policies_logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,11 @@ test log_sub_sm = [] {
// clang-format off
std::vector<std::string> messages_expected = {
"[c_log_sub_sm] e1"
, "[sub] e1"
, "[c_log_sub_sm] sub(a) -> sub(b)"
, "[c_log_sub_sm] e2"
, "[sub] e2"
, "[sub] idle -> terminate"
, "[c_log_sub_sm] e3"
, "[sub] e3"
, "[c_log_sub_sm] e3[guard]: true"
, "[c_log_sub_sm] sub(b) -> terminate"
, "[c_log_sub_sm] / action"
Expand Down Expand Up @@ -220,13 +218,11 @@ test log_sub_sm_mix = [] {
// clang-format off
std::vector<std::string> messages_expected = {
"[c_log_sub_sm_mix] e1"
, "[sub] e1"
, "[c_log_sub_sm_mix] sub(a) -> sub"
, "[c_log_sub_sm_mix] e2"
, "[sub] e2"
, "[sub] idle -> terminate"
, "[c_log_sub_sm_mix] e3"
, "[sub] e3"
, "[c_log_sub_sm_mix] e3[guard]: true"
, "[c_log_sub_sm_mix] sub -> terminate"
, "[c_log_sub_sm_mix] / action"
Expand Down

0 comments on commit 8cb3419

Please sign in to comment.