summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi/tst_publicapi.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-08-11 14:47:26 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-08-28 13:40:50 +0200
commite88c84addde58d54293cfb14ee2f2fba2b2fed06 (patch)
treed6c22edb022a365f98c29ad10606c77d28dab18b /tests/auto/quick/publicapi/tst_publicapi.cpp
parentc894e792b1664f0875e983fc3f3090e8ba9d36b4 (diff)
Remove duplicated enums for certificate errors
Add missing CertificateSymantecLegacy. Change-Id: I395f0c4a8c69fe3e0c303a13a3cbc077c123d26d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/publicapi/tst_publicapi.cpp')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp1
1 files changed, 1 insertions, 0 deletions
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"