mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winspool.drv: Remove a todo that succeeds now.
This commit is contained in:
parent
898c2954e0
commit
4289bd44de
@ -2853,7 +2853,6 @@ static void test_DeviceCapabilities(void)
|
||||
|
||||
fields = DeviceCapabilities(device, port, DC_FIELDS, NULL, NULL);
|
||||
ok(fields != (DWORD)-1, "DeviceCapabilities DC_FIELDS failed\n");
|
||||
todo_wine
|
||||
ok(fields == (dm->dmFields | DM_FORMNAME) ||
|
||||
fields == ((dm->dmFields | DM_FORMNAME | DM_PAPERSIZE) & ~(DM_PAPERLENGTH|DM_PAPERWIDTH)) ||
|
||||
broken(fields == dm->dmFields), /* Win9x/WinMe */
|
||||
|
Loading…
Reference in New Issue
Block a user