Francois Gouget : ntdll/tests: Add a trailing '\n' to an ok() call.

Alexandre Julliard julliard at winehq.org
Fri Dec 3 09:31:43 CST 2010


Module: wine
Branch: master
Commit: 036909e8381a436f9b90747cb6f41db019898dde
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=036909e8381a436f9b90747cb6f41db019898dde

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec  3 15:01:39 2010 +0100

ntdll/tests: Add a trailing '\n' to an ok() call.

---

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

diff --git a/dlls/ntdll/tests/file.c b/dlls/ntdll/tests/file.c
index 285d9c5..c72e0f0 100644
--- a/dlls/ntdll/tests/file.c
+++ b/dlls/ntdll/tests/file.c
@@ -1506,7 +1506,7 @@ todo_wine
     ok(ffvi->VolumeSerialNumber != 0, "Missing VolumeSerialNumber\n");
     ok(ffvi->SupportsObjects == 1,"expected 1, got %d\n", ffvi->SupportsObjects);
 }
-    ok(ffvi->VolumeLabelLength == lstrlenW(ffvi->VolumeLabel) * sizeof(WCHAR), "expected %d, got %d",
+    ok(ffvi->VolumeLabelLength == lstrlenW(ffvi->VolumeLabel) * sizeof(WCHAR), "expected %d, got %d\n",
     lstrlenW(ffvi->VolumeLabel) * sizeof(WCHAR), ffvi->VolumeLabelLength);
 
     trace("VolumeSerialNumber: %x VolumeLabelName: %s\n", ffvi->VolumeSerialNumber, wine_dbgstr_w(ffvi->VolumeLabel));




More information about the wine-cvs mailing list