From bfd56e5bdc8001d39b16d10af0352a0524118c55 Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Thu, 8 Mar 2012 09:16:54 +0100 Subject: [PATCH] d3dxof/tests: Improve some messages. --- dlls/d3dxof/tests/d3dxof.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/d3dxof/tests/d3dxof.c b/dlls/d3dxof/tests/d3dxof.c index 21eba9cc178..5293b443fa5 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);