tests: fix functional test ping_jid

This commit is contained in:
Michael Vetter
2026-03-05 12:50:16 +01:00
parent d2d5f1489f
commit cb89451b3a

View File

@@ -97,7 +97,7 @@ ping_jid(void** state)
"ver='LpT2xs3nun7jC2sq4gg3WRDQFZ4='"
"/>"
"</presence>");
assert_true(prof_output_exact("Buddy1 (mobile) is online, \"I'm here\""));
assert_true(prof_output_exact("++ Buddy1 (mobile) is online, \"I'm here\""));
assert_true(stbbr_received(
"<iq id='*' to='buddy1@localhost/mobile' type='get'>"
@@ -138,7 +138,7 @@ ping_jid_not_supported(void** state)
"ver='LpT2xs3nun7jC2sq4gg3WRDQFZ4='"
"/>"
"</presence>");
assert_true(prof_output_exact("Buddy1 (mobile) is online, \"I'm here\""));
assert_true(prof_output_exact("++ Buddy1 (mobile) is online, \"I'm here\""));
assert_true(stbbr_received(
"<iq id='*' to='buddy1@localhost/mobile' type='get'>"