opengl32/tests: Replace a couple of trace()s with skip()s.

Francois Gouget fgouget at free.fr
Mon Feb 23 17:04:40 CST 2009


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

diff --git a/dlls/opengl32/tests/opengl.c b/dlls/opengl32/tests/opengl.c
index ffef769..49659eb 100644
--- a/dlls/opengl32/tests/opengl.c
+++ b/dlls/opengl32/tests/opengl.c
@@ -613,12 +613,12 @@ START_TEST(opengl)
         if(strstr(wgl_extensions, "WGL_ARB_make_current_read"))
             test_make_current_read(hdc);
         else
-            trace("WGL_ARB_make_current_read not supported, skipping test\n");
+            skip("WGL_ARB_make_current_read not supported, skipping test\n");
 
         if(strstr(wgl_extensions, "WGL_ARB_pbuffer"))
             test_pbuffers(hdc);
         else
-            trace("WGL_ARB_pbuffer not supported, skipping pbuffer test\n");
+            skip("WGL_ARB_pbuffer not supported, skipping pbuffer test\n");
 
 cleanup:
         ReleaseDC(hwnd, hdc);
-- 
1.5.6.5




More information about the wine-patches mailing list