Skip to content
Snippets Groups Projects
Commit fe8218c3 authored by Jan H. K. Timm's avatar Jan H. K. Timm
Browse files

little fix in testExceptionsDummy

parent 40cb7fde
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ BOOST_AUTO_TEST_CASE(testExceptionsDummyDevice) {
BOOST_CHECK_THROW(device.open("(ExceptionDummy:1?map=test3.map)"),ChimeraTK::runtime_error);
BOOST_CHECK(!device.isFunctional());
exceptionDummy->throwExceptionOpen = false;
BOOST_CHECK(!device.isFunctional());
device.open("(ExceptionDummy:1?map=test3.map)");
BOOST_CHECK(device.isFunctional());
......
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