[PATCH 3/4] d3dxof/tests: Improve some messages.

Christian Costa titan.costa at gmail.com
Sat Feb 25 05:36:43 CST 2012


---
 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 3a2fb49..b518025 100644
--- a/dlls/d3dxof/tests/d3dxof.c
+++ b/dlls/d3dxof/tests/d3dxof.c
@@ -648,11 +648,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);




More information about the wine-patches mailing list