monitor-unit-tests: Check going headless -> headless

https://bugzilla.gnome.org/show_bug.cgi?id=788607
This commit is contained in:
Jonas Ådahl 2017-10-07 00:35:23 -04:00
parent 8886e1bbdc
commit 425df31cf9

View File

@ -2631,6 +2631,13 @@ meta_test_monitor_no_outputs (void)
emulate_hotplug (test_setup);
check_monitor_configuration (&test_case);
/* Also check that we handle going headless -> headless */
test_setup = create_monitor_test_setup (&test_case,
MONITOR_TEST_FLAG_NO_STORED);
emulate_hotplug (test_setup);
check_monitor_configuration (&test_case);
}
static void