Francois Gouget : usp10/tests: Add trailing '\n's to ok() calls.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 7 07:13:20 CDT 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Aug  6 12:30:14 2006 +0200

usp10/tests: Add trailing '\n's to ok() calls.

---

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

diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c
index 85546b1..eec8e35 100644
--- a/dlls/usp10/tests/usp10.c
+++ b/dlls/usp10/tests/usp10.c
@@ -485,7 +485,7 @@ static void test_ScriptXtoX(void)
     hr = ScriptXtoCP(iX, cChars, cGlyphs, pwLogClust, psva, piAdvance, &psa, &piCP, &piTrailing);
     ok(hr == S_OK, "ScriptXtoCP should return S_OK not %d\n", (unsigned int) hr);
     ok(piCP == -1, "Negative iX should return piCP=-1 not %d\n", piCP);
-    ok(piTrailing == TRUE, "Negative iX should return piTrailing=TRUE not %d", piTrailing);
+    ok(piTrailing == TRUE, "Negative iX should return piTrailing=TRUE not %d\n", piTrailing);
     iX = 1954;
     cChars = 10;
     cGlyphs = 10;




More information about the wine-cvs mailing list