Updated console new message text

This commit is contained in:
James Booth
2015-12-20 23:26:05 +00:00
parent 1b88b5706e
commit d9f5a2bda6
6 changed files with 34 additions and 16 deletions

View File

@@ -250,5 +250,5 @@ shows_message_in_console_when_window_not_focussed(void **state)
"</message>"
);
assert_true(prof_output_exact("<< incoming from testoccupant in testroom@conference.localhost (win 2)"));
assert_true(prof_output_exact("<< room message: testoccupant in testroom@conference.localhost (win 2)"));
}