Skip to content
Snippets Groups Projects
Commit de744fdd authored by Jens Georg's avatar Jens Georg
Browse files

testVersionPropagation: Enable testable mode

This fixes a race condition when the initial value reading was not done
when the test started, creating unexpected version changes
parent cb6a2cb0
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ struct Fixture {
boost::shared_ptr<ctk::ExceptionDummy> deviceBackend;
DummyApplication application;
ctk::TestFacility testFacitiy{false};
ctk::TestFacility testFacitiy{true};
ctk::ScalarRegisterAccessor<int> status;
ctk::ScalarRegisterAccessor<int> exceptionDummyRegister;
......
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