diff options
author | Paul Fariello <paul@fariello.eu> | 2018-04-11 22:17:50 +0520 |
---|---|---|
committer | Paul Fariello <paul@fariello.eu> | 2018-09-05 13:51:00 +0200 |
commit | a952776b899dd29056ad6779b14dab75a4125924 (patch) | |
tree | 305ff2a8375459633b5bbeb79f856c9564c136a6 /tests/functionaltests | |
parent | 7123e94e82e1408b9abab1a9043617f58d396849 (diff) | |
download | profani-tty-a952776b899dd29056ad6779b14dab75a4125924.tar.gz |
Rename mucconf wins into conf wins
Configuration windows are now being used by both muc and cmd.
Diffstat (limited to 'tests/functionaltests')
-rw-r--r-- | tests/functionaltests/proftest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c index 90121249..9d5c2fe2 100644 --- a/tests/functionaltests/proftest.c +++ b/tests/functionaltests/proftest.c @@ -183,8 +183,8 @@ init_prof_test(void **state) assert_true(prof_output_exact("Chat time display disabled.")); prof_input("/time muc off"); assert_true(prof_output_exact("MUC time display disabled.")); - prof_input("/time mucconfig off"); - assert_true(prof_output_exact("MUC config time display disabled.")); + prof_input("/time config off"); + assert_true(prof_output_exact("config time display disabled.")); prof_input("/time private off"); assert_true(prof_output_exact("Private chat time display disabled.")); prof_input("/time xml off"); |