Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 45d64b1

Browse files
committed
Merge branch '1.9'
2 parents 5f6042e + b35abe4 commit 45d64b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/qxmppmixmanager/tst_qxmppmixmanager.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1687,10 +1687,10 @@ void tst_QXmppMixManager::testError(QXmppTask<T> &task, TestClient &client, cons
16871687
{
16881688
client.ignore();
16891689
client.inject(u"<iq id='%1' from='%2' type='error'>"
1690-
"<error type='cancel'>"
1691-
"<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>"
1692-
"</error>"
1693-
"</iq>"_s
1690+
u"<error type='cancel'>"
1691+
u"<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>"
1692+
u"</error>"
1693+
u"</iq>"_s
16941694
.arg(id, from));
16951695

16961696
expectFutureVariant<QXmppError>(task);

0 commit comments

Comments
 (0)