mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: disable favicons KDED module test case
was passing tho.. Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
69806fd6b3
commit
7e89730e42
1 changed files with 3 additions and 0 deletions
|
@ -92,8 +92,11 @@ void FavIconTest::testIconForURL_data()
|
|||
// NOTE: favicon.png
|
||||
QTest::newRow("https://www.wpoven.com/")
|
||||
<< QString::fromLatin1("https://www.wpoven.com/") << QString::fromLatin1("favicons/www.wpoven.com");
|
||||
#if 0
|
||||
// handshake failure (IP addresses and certificates do not get along)
|
||||
QTest::newRow("https://140.82.121.3/")
|
||||
<< QString::fromLatin1("https://140.82.121.3/") << QString::fromLatin1("favicons/140.82.121.3");
|
||||
#endif
|
||||
}
|
||||
|
||||
void FavIconTest::testIconForURL()
|
||||
|
|
Loading…
Add table
Reference in a new issue