diff --git a/tests/functionaltests/test_message.c b/tests/functionaltests/test_message.c index 1f4453cf..bc1a1426 100644 --- a/tests/functionaltests/test_message.c +++ b/tests/functionaltests/test_message.c @@ -19,7 +19,7 @@ message_send(void** state) "Hi there" "")); - assert_true(prof_output_regex("me: .+Hi there")); + assert_true(prof_output_exact("me: Hi there")); } void @@ -48,5 +48,5 @@ message_receive_chatwin(void** state) "How are you?" ""); - assert_true(prof_output_regex("someuser@chatserv.org/laptop: .+How are you?")); + assert_true(prof_output_exact("someuser@chatserv.org/laptop: How are you?")); }