Skip to content
Snippets Groups Projects
Commit 71d0cd70 authored by vargheseg's avatar vargheseg
Browse files

Correction to runtimeErrorHandling_testPolledRead.

parent 84ab4e16
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ BOOST_FIXTURE_TEST_CASE(runtimeErrorHandling_testPolledRead, Fixture) {
10000);
pollInput.read();
auto versionNumberOnRuntimeError = pollInput.getVersionNumber();
BOOST_CHECK_EQUAL(pollInput, 100);
......@@ -123,6 +124,7 @@ BOOST_FIXTURE_TEST_CASE(runtimeErrorHandling_testPolledRead, Fixture) {
// Behavior on device recovery
/************************************************************************************************/
deviceBackend->throwExceptionRead = false;
pollInput.read();
// workaround: wait till device module recovey completes; assumption: status variable == 0 =>
// device recovered.
CHECK_TIMEOUT(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment