Change console incoming message text to include "win"

This commit is contained in:
James Booth
2015-12-20 22:50:03 +00:00
parent c0b099f347
commit 1b88b5706e
3 changed files with 6 additions and 6 deletions

View File

@@ -38,5 +38,5 @@ message_receive(void **state)
"</message>"
);
assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (2)"));
assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (win 2)"));
}