user: Only perform the screen resolution changing tests in interactive mode.

This commit is contained in:
Francois Gouget 2006-11-10 15:23:39 +01:00 committed by Alexandre Julliard
parent 4c9f668e7c
commit 8e9c876288
1 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ START_TEST(monitor)
{
init_function_pointers();
test_enumdisplaydevices();
test_ChangeDisplaySettingsEx();
if (winetest_interactive)
test_ChangeDisplaySettingsEx();
test_monitors();
}