| commit | 8e9c87628875fb8c043426ac9831a569d991a621 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Fri Nov 10 15:23:39 2006 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 13 12:45:39 2006 +0100 |
| tree | 4c7ff1dd38813e920540854e08bb6d59a089c6ba | |
| parent | 4c9f668e7ce0cb2c0833db8f7e742ebe70dc53fe [diff] |
user: Only perform the screen resolution changing tests in interactive mode.
diff --git a/dlls/user/tests/monitor.c b/dlls/user/tests/monitor.c index 787ac2e..153a353 100644 --- a/dlls/user/tests/monitor.c +++ b/dlls/user/tests/monitor.c
@@ -168,6 +168,7 @@ { init_function_pointers(); test_enumdisplaydevices(); - test_ChangeDisplaySettingsEx(); + if (winetest_interactive) + test_ChangeDisplaySettingsEx(); test_monitors(); }