Knowing the content of the edit field is more useful than knowing the strcmp() result. The text field may contain carriage returns and linefeeds so use wine_dbgstr_a() so they are clearly visible in the failure message. Also prefix the ok messages with a unique string to indicate which test_WM_PASTE() test failed. --- The old failure messages all look the same so one has to refer to the line number to know which test actually failed which is pretty tiresome. Thisis even more so when checking old reports on test.winehq.org or TestBot job results. It also prevents the TestBot from correctly identifying failure modes (i.e. all test_WM_PASTE() failures looked the same to it).