Francois Gouget : qcap/tests: Add a trailing '\n' to an ok() call.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 7 10:57:43 CDT 2015


Module: wine
Branch: master
Commit: afd186e6463d408b686338bfdad309f039ca1aa2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=afd186e6463d408b686338bfdad309f039ca1aa2

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug  7 11:54:40 2015 +0200

qcap/tests: Add a trailing '\n' to an ok() call.

---

 dlls/qcap/tests/smartteefilter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/qcap/tests/smartteefilter.c b/dlls/qcap/tests/smartteefilter.c
index 1e306df..4ad1180 100644
--- a/dlls/qcap/tests/smartteefilter.c
+++ b/dlls/qcap/tests/smartteefilter.c
@@ -1617,7 +1617,7 @@ static void test_smart_tee_filter_in_graph(IBaseFilter *smartTeeFilter, IPin *in
         todo_wine ok(sourceFilter->mediaThreadId != previewSinkFilter->receiveThreadId,
                 "sending thread should != preview receiving thread\n");
         todo_wine ok(captureSinkFilter->receiveThreadId != previewSinkFilter->receiveThreadId,
-                "capture receiving thread should != preview receiving thread");
+                "capture receiving thread should != preview receiving thread\n");
     } else {
         ok(0, "timeout: threads did not receive sample in time\n");
     }




More information about the wine-cvs mailing list