Tests: disable occupants panel in functional tests

This commit is contained in:
James Booth
2016-09-26 00:39:37 +01:00
parent e78684f689
commit 388a20813c
2 changed files with 2 additions and 2 deletions

View File

@@ -174,6 +174,8 @@ init_prof_test(void **state)
assert_true(prof_output_exact("Word wrap disabled"));
prof_input("/roster hide");
assert_true(prof_output_exact("Roster disabled"));
prof_input("/occupants default hide");
assert_true(prof_output_exact("Occupant list disabled"));
prof_input("/time console off");
prof_input("/time console off");
assert_true(prof_output_exact("Console time display disabled."));