From: Rémi Bernon rbernon@codeweavers.com
To avoid creating windows before other tests that want to change the thread desktop. --- dlls/user32/tests/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/tests/monitor.c b/dlls/user32/tests/monitor.c index a811b4fc0dc..f187bb9df09 100644 --- a/dlls/user32/tests/monitor.c +++ b/dlls/user32/tests/monitor.c @@ -3700,11 +3700,11 @@ START_TEST(monitor) } }
- test_monitor_dpi(); test_enumdisplaydevices(); test_ChangeDisplaySettingsEx(myARGC, myARGV); test_DisplayConfigSetDeviceInfo(); test_EnumDisplayMonitors(); + test_monitor_dpi(); test_monitors(); test_work_area(); test_display_config();