summaryrefslogtreecommitdiff
path: root/tests/logic_.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logic_.cpp')
-rw-r--r--tests/logic_.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logic_.cpp b/tests/logic_.cpp
index 5679b96..f603168 100644
--- a/tests/logic_.cpp
+++ b/tests/logic_.cpp
@@ -129,9 +129,9 @@ void Logic_::wait_for_worker(int installCnt, int uninstallCnt, int bufferCnt)
m_bufferCnt == bufferCnt;
}
);
+ reset_cnt();
_m_mutex_wait_cv.unlock();
BOOST_REQUIRE(!timeout);
- reset_cnt();
}
const std::list<app_t>& Logic_::get_buffer_()