1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fixed functional tests

This commit is contained in:
James Booth 2015-11-29 00:16:00 +00:00
parent 3fbee4023e
commit cadaf73148

View File

@ -166,8 +166,8 @@ init_prof_test(void **state)
assert_true(prof_output_exact("Input blocking set to 5 milliseconds"));
prof_input("/inpblock dynamic off");
assert_true(prof_output_exact("Dynamic input blocking disabled"));
prof_input("/notify message off");
assert_true(prof_output_exact("Message notifications disabled"));
prof_input("/notify chat off");
assert_true(prof_output_exact("Chat notifications disabled"));
prof_input("/wrap off");
assert_true(prof_output_exact("Word wrap disabled"));
prof_input("/roster hide");