diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmppsasl/tst_qxmppsasl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qxmppsasl/tst_qxmppsasl.cpp b/tests/qxmppsasl/tst_qxmppsasl.cpp index 78367800..590c8c07 100644 --- a/tests/qxmppsasl/tst_qxmppsasl.cpp +++ b/tests/qxmppsasl/tst_qxmppsasl.cpp @@ -191,6 +191,9 @@ void tst_QXmppSasl::testSuccess() void tst_QXmppSasl::testClientAvailableMechanisms() { const QStringList expectedMechanisms = { +#if QT_VERSION >= QT_VERSION_CHECK(5, 9, 2) + "SCRAM-SHA3-512", +#endif "SCRAM-SHA-512", "SCRAM-SHA-256", "SCRAM-SHA-1", |
