comctl32/tests: remove noisy trace

André Hentschel nerv at dawncrow.de
Thu Jun 24 12:14:15 CDT 2010


this reduces the size of the testoutput and makes it more readable.
the trace is not needed, if the expected sequence does not match you also see the values.
---
 dlls/comctl32/tests/msg.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/msg.h b/dlls/comctl32/tests/msg.h
index 361ccdb..bcc620d 100644
--- a/dlls/comctl32/tests/msg.h
+++ b/dlls/comctl32/tests/msg.h
@@ -121,8 +121,6 @@ static void ok_sequence_(struct msg_sequence **seq, int sequence_index,
 
     while (expected->message && actual->message)
     {
-        trace_( file, line)("expected %04x - actual %04x\n", expected->message, actual->message);
-
         if (expected->message == actual->message)
         {
             if (expected->flags & wparam)
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list