Some of our testers don't have a default printer, simply skip the

winspool tests if that's the case.
This commit is contained in:
Dimitrie O. Paun 2004-06-04 17:59:17 +00:00 committed by Alexandre Julliard
parent f28155de3f
commit 5a0575e845

View file

@ -48,7 +48,7 @@ static void test_default_printer(void)
retval = func( buffer, &exact); retval = func( buffer, &exact);
if (ERROR_FILE_NOT_FOUND == GetLastError()) { 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; return;
} }
if (!retval || !exact || !strlen(buffer)) { if (!retval || !exact || !strlen(buffer)) {