Christian Costa : d3dxof/tests: Improve some messages.
Module: wine Branch: master Commit: bfd56e5bdc8001d39b16d10af0352a0524118c55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bfd56e5bdc8001d39b16d10af0... Author: Christian Costa <titan.costa(a)gmail.com> Date: Thu Mar 8 09:16:54 2012 +0100 d3dxof/tests: Improve some messages. --- dlls/d3dxof/tests/d3dxof.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c index 21eba9c..5293b44 100644 --- a/dlls/d3dxof/tests/d3dxof.c +++ b/dlls/d3dxof/tests/d3dxof.c @@ -673,11 +673,11 @@ static void test_dump(void) if (!ReadFile(hFile, pvData, 10000, &cbSize, NULL)) { - skip("Template file is too big\n"); + skip("Templates file is too big\n"); goto exit; } - printf("Load %d bytes\n", cbSize); + printf("Load templates file (%d bytes)\n", cbSize); hr = pDirectXFileCreate(&lpDirectXFile); ok(hr == DXFILE_OK, "DirectXFileCreate: %x\n", hr);
participants (1)
-
Alexandre Julliard