Skip to content

Commit

Permalink
tests: MixManager: Prepare for correct 'NewStream' test
Browse files Browse the repository at this point in the history
  • Loading branch information
melvo committed Mar 24, 2024
1 parent df7f6e9 commit eeedda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/qxmppmixmanager/tst_qxmppmixmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ void tst_QXmppMixManager::testOnRegistered()
manager.setArchivingSupportedByServer(true);
manager.addService(service);

Q_EMIT client.disconnected();
// TODO: Set "QXmppClient::NewStream"
Q_EMIT client.connected();
QVERIFY(!manager.supportedByServer());
QVERIFY(!manager.archivingSupportedByServer());
QVERIFY(manager.services().isEmpty());
Expand Down

0 comments on commit eeedda5

Please sign in to comment.