Fix bug when removing test case keys
authorEduardo Ramos Testillano (ert) <eduardo.ramos.testillano@gmail.com>
Fri, 17 Dec 2021 23:20:45 +0000 (00:20 +0100)
committerEduardo Ramos Testillano (ert) <eduardo.ramos.testillano@gmail.com>
Fri, 17 Dec 2021 23:20:45 +0000 (00:20 +0100)
commit4275d46f5d3c3a150ced258ae20c985520f6477a
treedd2acfe6fd319fd5109f9027f35468e554f9347a
parentf34b8069233e9e09208339bb79d8576c1ff962e1
Fix bug when removing test case keys

We need to store both key1 and key2, because when
both are found (sessionId and subscriber), only the
last processed was stored and then, it was the only
removed causing further contexts to have collision
with leftovers (the other key).
include/anna/testing/TestCase.hpp
source/testing/TestCase.cpp
source/testing/TestManager.cpp