OSDN Git Service

[libcalamares] Fix up multiple URLs for checkinternet
authorAdriaan de Groot <groot@kde.org>
Thu, 26 Aug 2021 10:57:40 +0000 (12:57 +0200)
committerAdriaan de Groot <groot@kde.org>
Thu, 26 Aug 2021 10:57:40 +0000 (12:57 +0200)
commit653359d815ce4113ff384848e3c0dd5b430bb1e7
treecb55e48a354465153b874cb05c72f4425e5996b5
parentd5e6e1075d9cdf5f32e9b7e746f31117d8986ba7
[libcalamares] Fix up multiple URLs for checkinternet

- was filtering out the wrong URLs
- was not actually removing the invalid URLs
- extend API to make it possible to count / confirm the settings
- extend tests to demonstrate that API and the issues
src/libcalamares/network/Manager.cpp
src/libcalamares/network/Manager.h
src/libcalamares/network/Tests.cpp