about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-26 00:39:37 +0100
committerJames Booth <boothj5@gmail.com>2016-09-26 00:39:37 +0100
commit388a20813c87ceaa45143c09e2b5d68ecc955c5d (patch)
tree4b4f008b534243bf0b2baef4227ede63287dd58f /tests
parente78684f6899da393c6f5ca4806d1d10099fa4c34 (diff)
downloadprofani-tty-388a20813c87ceaa45143c09e2b5d68ecc955c5d.tar.gz
Tests: disable occupants panel in functional tests
Diffstat (limited to 'tests')
-rw-r--r--tests/functionaltests/proftest.c2
-rw-r--r--tests/functionaltests/test_muc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c
index 20e9da14..0af26a68 100644
--- a/tests/functionaltests/proftest.c
+++ b/tests/functionaltests/proftest.c
@@ -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."));
diff --git a/tests/functionaltests/test_muc.c b/tests/functionaltests/test_muc.c
index 3dfdbbba..5a117045 100644
--- a/tests/functionaltests/test_muc.c
+++ b/tests/functionaltests/test_muc.c
@@ -107,9 +107,7 @@ shows_role_and_affiliation_on_join(void **state)
 
     prof_input("/join testroom@conference.localhost");
 
-    prof_timeout(60);
     assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
-    prof_timeout_reset();
 }
 
 void