user32/tests: Add the trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Tue Nov 20 06:47:10 CST 2007


---
 dlls/user32/tests/listbox.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/listbox.c b/dlls/user32/tests/listbox.c
index 90f3e2c..529e2c0 100644
--- a/dlls/user32/tests/listbox.c
+++ b/dlls/user32/tests/listbox.c
@@ -1010,7 +1010,7 @@ static void test_listbox_dlgdir(void)
     /* Loaded path should have overwritten the label text */
     SendMessage(g_label, WM_GETTEXT, (WPARAM)MAX_PATH, (LPARAM)pathBuffer);
     trace("Static control after DlgDirList: %s\n", pathBuffer);
-    ok (strcmp("default contents", pathBuffer), "DlgDirList() did not modify static control!");
+    ok (strcmp("default contents", pathBuffer), "DlgDirList() did not modify static control!\n");
 
     /* There should be some content in the listbox */
     itemCount = SendMessage(g_listBox, LB_GETCOUNT, 0, 0);
-- 
1.5.3.4




More information about the wine-patches mailing list