From 6b9e2c85f144a44a2b5b664ee6772ec09e1ccc60 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Fri, 23 Jul 2021 21:00:05 +0200 Subject: tests: TestClient: Add both QString & QByteArray packet injection --- tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp') diff --git a/tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp b/tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp index 43dfd836..676b000c 100644 --- a/tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp +++ b/tests/qxmppdiscoverymanager/tst_qxmppdiscoverymanager.cpp @@ -40,7 +40,7 @@ void tst_QXmppDiscoveryManager::testInfo() auto future = discoManager->requestDiscoInfo("user@example.org"); test.expect(""); - test.inject(R"( + test.inject(R"( @@ -64,7 +64,7 @@ void tst_QXmppDiscoveryManager::testItems() auto future = discoManager->requestDiscoItems("user@example.org"); test.expect(""); qDebug() << "Moin"; - test.inject(R"( + test.inject(R"( -- cgit v1.2.3