Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/monitor.c:
- dm.dmPelsHeight = 600;
- dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT;
- expect_dm(&dm, devices[0].name, 0, TRUE);
- CloseHandle(process1);
- CloseHandle(process0);
- if (device_count < 2)
- {
skip("Only one device found.\n");
- }
- else
- {
/* Test that the settings are restored for all devices, regardless of
* the process that changed them */
This test doesn't need two processes.