78604: Subject: user32/tests: Add a trailing ' ' to an ok() call.

buildbot at kegel.com buildbot at kegel.com
Fri Sep 9 05:58:59 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

The Buildbot has detected a failed build on builder runtests-gcc295 while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-gcc295/builds/15 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed shell_2


For more info about this message, see http://wiki.winehq.org/BuildBot


-------------- next part --------------
From: Francois Gouget <fgouget at free.fr>
Subject: user32/tests: Add a trailing '\n' to an ok() call.
Message-Id: <alpine.DEB.2.02.1109091249350.8464 at amboise.dolphin>
Date: Fri, 9 Sep 2011 12:49:44 +0200 (CEST)

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

diff --git a/dlls/user32/tests/edit.c b/dlls/user32/tests/edit.c
index 934fc52..c1ca3a3 100644
--- a/dlls/user32/tests/edit.c
+++ b/dlls/user32/tests/edit.c
@@ -773,7 +773,7 @@ static void test_edit_control_2(void)
     r = SetCaretPos(0, 0);
     todo_wine ok(0 == r, "SetCaretPos succeeded unexpectedly, expected: 0, got: %d\n", r);
     phwnd = SetFocus(hwndET2);
-    ok(phwnd != NULL, "SetFocus failed unexpectedly, expected non-zero, got NULL");
+    ok(phwnd != NULL, "SetFocus failed unexpectedly, expected non-zero, got NULL\n");
     r = SetCaretPos(0, 0);
     ok(1 == r, "SetCaretPos failed unexpectedly, expected: 1, got: %d\n", r);
     r = GetCaretPos(&cpos);
-- 
1.7.5.4



More information about the wine-tests-results mailing list