Commit 5a0575e8 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

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

winspool tests if that's the case.
parent f28155de
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment