aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-08-03 14:14:31 +0200
committerLinus Jahn <lnj@kaidan.im>2021-08-03 14:14:31 +0200
commitb53a3e4ac270cdea8d69529f06b844d917c345c1 (patch)
tree37d676079abfe674eb5d9cc7e439adf2a71c3d00 /tests
parent95795726ade8071fea23dee83b6a6c5a9c122fee (diff)
downloadqxmpp-b53a3e4ac270cdea8d69529f06b844d917c345c1.tar.gz
tests: Fix 9579572: pubsubiq tests
Diffstat (limited to 'tests')
-rw-r--r--tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
index 3245d87a..4b52ce54 100644
--- a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
+++ b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp
@@ -92,7 +92,7 @@ void tst_QXmppPubSubIq::testItemsResponse()
"<conference"
" autojoin=\"true\""
" jid=\"theplay@conference.shakespeare.lit\""
- " name=\"The Play's the Thing\">"
+ " name=\"The Play&apos;s the Thing\">"
"<nick>JC</nick>"
"</conference>"
"</storage>"
@@ -128,7 +128,7 @@ void tst_QXmppPubSubIq::testPublish()
"<conference"
" autojoin=\"true\""
" jid=\"theplay@conference.shakespeare.lit\""
- " name=\"The Play's the Thing\">"
+ " name=\"The Play&apos;s the Thing\">"
"<nick>JC</nick>"
"</conference>"
"</storage>"