Skip to content

Commit

Permalink
Update tests and fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Feb 6, 2025
1 parent b591fb7 commit 954e863
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions test/functionality4/xmpp-inbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ expected_inbox_1=$(cat << EOF
<body>from user 3 to user 1</body>
<request xmlns="urn:xmpp:receipts"/>
</message></forwarded><read>false</read><box>inbox</box><archive>false</archive><mute>0</mute></result></message>
<iq id='$query_id_1' type='result'><fin/></iq>
<iq id="$query_id_1" type="result"><fin/></iq>
EOF
)

Expand All @@ -196,7 +196,7 @@ expected_inbox_2=$(cat << EOF
<body>from user 3 to user 2</body>
<request xmlns="urn:xmpp:receipts"/>
</message></forwarded><read>false</read><box>chats</box><archive>false</archive><mute>0</mute></result></message>
<iq id='$query_id_2' type='result'><fin/></iq>
<iq id="$query_id_2" type="result"><fin/></iq>
EOF
)

Expand All @@ -209,7 +209,7 @@ expected_inbox_3=$(cat << EOF
<body>from user 3 to user 2</body>
<request xmlns="urn:xmpp:receipts"/>
</message></forwarded><read>true</read><box>chats</box><archive>false</archive><mute>0</mute></result></message>
<iq id='$query_id_3' type='result'><fin/></iq>
<iq id="$query_id_3" type="result"><fin/></iq>
EOF
)

Expand All @@ -233,7 +233,7 @@ expected_inbox_1=$(cat << EOF
<body>from user 3 to user 1</body>
<request xmlns="urn:xmpp:receipts"/>
</message></forwarded><read>false</read><box>inbox</box><archive>false</archive><mute>0</mute></result></message>
<iq id='$query_id_1' type='result'><fin/></iq>
<iq id="$query_id_1" type="result"><fin/></iq>
EOF
)

Expand Down
Loading

0 comments on commit 954e863

Please sign in to comment.