From e88c84addde58d54293cfb14ee2f2fba2b2fed06 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 11 Aug 2020 14:47:26 +0200 Subject: Remove duplicated enums for certificate errors Add missing CertificateSymantecLegacy. Change-Id: I395f0c4a8c69fe3e0c303a13a3cbc077c123d26d Reviewed-by: Allan Sandfeld Jensen --- tests/auto/quick/publicapi/tst_publicapi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp index 83ae3f0cd..fd55fcf20 100644 --- a/tests/auto/quick/publicapi/tst_publicapi.cpp +++ b/tests/auto/quick/publicapi/tst_publicapi.cpp @@ -136,6 +136,7 @@ static const QStringList expectedAPI = QStringList() << "QWebEngineCertificateError.CertificateValidityTooLong --> Type" << "QWebEngineCertificateError.CertificateWeakKey --> Type" << "QWebEngineCertificateError.CertificateWeakSignatureAlgorithm --> Type" + << "QWebEngineCertificateError.CertificateSymantecLegacy --> Type" << "QWebEngineCertificateError.SslPinnedKeyNotInCertificateChain --> Type" << "QWebEngineCertificateError.defer() --> void" << "QWebEngineCertificateError.description --> QString" -- cgit v1.2.3