Skip to content
Snippets Groups Projects
Commit 3109b4e9 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix test, requred after recent API changes (initial value propagation)

parent cf99d78a
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,10 @@ BOOST_AUTO_TEST_CASE(testExceptionHandlingRead) {
auto trigger = test.getScalar<int>("trigger");
// we do not use testable mode, so we need to read the initial values at CS ourself where present
readback1.read();
readback2.read();
readbackDummy1 = 42;
readbackDummy2 = 52;
......@@ -426,10 +430,7 @@ BOOST_AUTO_TEST_CASE(testShutdown) {
TestApplication2 app;
ctk::TestFacility test(false); // test facility without testable mode
app.initialise();
app.run();
//app.dumpConnections();
test.runApplication();
//Wait for the devices to come up.
CHECK_EQUAL_TIMEOUT(test.readScalar<int32_t>(ctk::RegisterPath("/Devices") / ExceptionDummyCDD1 / "status"), 0, 3000);
......
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