mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Merge branch 'improve-tests'
This commit is contained in:
commit
214f9a308e
1 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ NetworkTests::testPing()
|
|||
using namespace CalamaresUtils::Network;
|
||||
Logger::setupLogLevel( Logger::LOGVERBOSE );
|
||||
auto& nam = Manager::instance();
|
||||
auto r = nam.synchronousPing( QUrl( "https://www.kde.org" ), RequestOptions( RequestOptions::FollowRedirect ) );
|
||||
QVERIFY( r );
|
||||
auto canPing_www_kde_org = nam.synchronousPing( QUrl( "https://www.kde.org" ), RequestOptions( RequestOptions::FollowRedirect ) );
|
||||
QVERIFY( canPing_www_kde_org );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue