Skip to content
Verified Commit 89fe563b authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

FakeAkonadiServer: fix flushing notifications before test ends

The flush is asynchronous so just calling dispatchNotifications() and terminating
the event loop is not good enough, we need to call it before the event loop is
terminated and we must wait for the notifications to be delivered otherwise we
just can't be sure that they also reached the test code.
parent 2c482fd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment