mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
tests: Test for expected return values when calling functions returning a success code
This commit is contained in:
parent
6d0a14703e
commit
c84c2b8c92
16 changed files with 161 additions and 161 deletions
|
|
@ -355,7 +355,7 @@ BOOST_AUTO_TEST_CASE(test_CheckQueue_FrozenCleanup)
|
|||
// would get called twice).
|
||||
vChecks[0].should_freeze = true;
|
||||
control.Add(vChecks);
|
||||
control.Wait(); // Hangs here
|
||||
BOOST_CHECK(control.Wait()); // Hangs here
|
||||
});
|
||||
{
|
||||
std::unique_lock<std::mutex> l(FrozenCleanupCheck::m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue