[PATCH] mmdevapi/tests: remove todo in traces for capture tests

Vijay Kiran Kamuju infyquest at gmail.com
Fri Oct 18 05:41:57 CDT 2019


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47876

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
---
 dlls/mmdevapi/tests/capture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mmdevapi/tests/capture.c b/dlls/mmdevapi/tests/capture.c
index 0fa9f0cab83..c6142fc4360 100644
--- a/dlls/mmdevapi/tests/capture.c
+++ b/dlls/mmdevapi/tests/capture.c
@@ -392,7 +392,7 @@ static void test_capture(IAudioClient *ac, HANDLE handle, WAVEFORMATEX *wfx)
     if(hr == S_OK){
         /* Only PulseAudio goes here; despite snd_pcm_drop it manages
          * to fill GetBufferSize with a single snd_pcm_read */
-        trace("Test marked todo: only PulseAudio gets here\n");
+        trace("only PulseAudio gets here\n");
         todo_wine ok(flags & AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY, "expect DISCONTINUITY %x\n", flags);
         /* Reset zeroes padding, not the position */
         ok(pos >= sum, "Position %u last %u\n", (UINT)pos, sum);
-- 
2.21.0




More information about the wine-devel mailing list