From 5a0575e8451fdf683d60317201b4c9cd20c2f5e8 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Fri, 4 Jun 2004 17:59:17 +0000 Subject: [PATCH] Some of our testers don't have a default printer, simply skip the winspool tests if that's the case. --- dlls/winspool/tests/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winspool/tests/info.c b/dlls/winspool/tests/info.c index 43266f8a2c5..1ce7fde5c21 100644 --- a/dlls/winspool/tests/info.c +++ b/dlls/winspool/tests/info.c @@ -48,7 +48,7 @@ static void test_default_printer(void) retval = func( buffer, &exact); if (ERROR_FILE_NOT_FOUND == GetLastError()) { - ok( 0, "this test requires a default printer to be set\n"); + trace("this test requires a default printer to be set\n"); return; } if (!retval || !exact || !strlen(buffer)) { -- 2.11.4.GIT