mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
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:
parent
f28155de3f
commit
5a0575e845
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user