about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_message.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-12-20 22:50:03 +0000
committerJames Booth <boothj5@gmail.com>2015-12-20 22:50:03 +0000
commit1b88b5706ea58ff61d88b7f24e548a72676e7b42 (patch)
tree67cfa64cee021395ff1214441cc2e0f144bc211f /tests/functionaltests/test_message.c
parentc0b099f347975852c5ee36f1295b3e02a246af12 (diff)
downloadprofani-tty-1b88b5706ea58ff61d88b7f24e548a72676e7b42.tar.gz
Change console incoming message text to include "win"
Diffstat (limited to 'tests/functionaltests/test_message.c')
-rw-r--r--tests/functionaltests/test_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_message.c b/tests/functionaltests/test_message.c
index 0957b309..bff89e7d 100644
--- a/tests/functionaltests/test_message.c
+++ b/tests/functionaltests/test_message.c
@@ -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)"));
 }