mmdevapi/tests: Avoid race condition in capture test.
commitba340e741ab888a567e3e78716a93da3bbc9c96f
authorAndrew Eikum <aeikum@codeweavers.com>
Thu, 24 Oct 2019 16:28:12 +0000 (24 11:28 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 27 Oct 2019 18:16:45 +0000 (27 19:16 +0100)
tree5c21ef0da5189a9bac3be67762f7d8473888010f
parent9023c5a676423455d29f0b8679b1ccfb39279e0e
mmdevapi/tests: Avoid race condition in capture test.

These tests depended on no data being put into the buffer between calls
to Start() and GetBuffer().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47876
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mmdevapi/tests/capture.c