From ee328bb4fa969fe9d69c5781d8a27d0b3f6f5c10 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 4 May 2019 21:38:54 +0200 Subject: tests: mix items: Fix using old namespace in examples --- tests/qxmppmixitem/tst_qxmppmixitem.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/qxmppmixitem/tst_qxmppmixitem.cpp b/tests/qxmppmixitem/tst_qxmppmixitem.cpp index 46e3e680..e1d73744 100644 --- a/tests/qxmppmixitem/tst_qxmppmixitem.cpp +++ b/tests/qxmppmixitem/tst_qxmppmixitem.cpp @@ -43,7 +43,7 @@ void tst_QXmppMixItem::testInfo() const QByteArray xml( "" "" - "urn:xmpp:mix:core:0" + "urn:xmpp:mix:core:1" "" "" "Witches Coven" @@ -88,7 +88,7 @@ void tst_QXmppMixItem::testIsInfoItem() const QByteArray xmlCorrect( "" "" - "urn:xmpp:mix:core:0" + "urn:xmpp:mix:core:1" "" "" ); @@ -111,7 +111,7 @@ void tst_QXmppMixItem::testIsInfoItem() void tst_QXmppMixItem::testParticipant() { const QByteArray xml( - "" + "" "hag66@shakespeare.example" "thirdwitch" "" @@ -139,7 +139,7 @@ void tst_QXmppMixItem::testIsParticipantItem() QDomElement element; const QByteArray xmlCorrect( - "" + "" "" ); QCOMPARE(doc.setContent(xmlCorrect, true), true); -- cgit v1.2.3