Control: tags -1 + ftbfs patch Hi Maintainer
The attached patch skips the failing test and allows plasma-nm to build with mobile-broadband-provider-info 20250613. I believe this is a better approach than "fixing" the test to work with five providers having that MCC/MNC. I plan to upload mobile-broadband-provider-info to unstable in three days. Regards Graham
Description: Skip a test that fails when the number of providers having MCC/MNC equal to 262/03 changes Bug: https://bugs.kde.org/show_bug.cgi?id=506217 Bug-Debian: https://bugs.debian.org/1108424 Forwarded: not-needed Author: Graham Inggs <gin...@debian.org> Last-Update: 2025-07-02 --- a/tests/mobileproviderstest.cpp +++ b/tests/mobileproviderstest.cpp @@ -48,7 +48,7 @@ QTest::addColumn<QStringList>("providerNames"); QTest::newRow("Aldi 1") << "26277" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; - QTest::newRow("Aldi 2") << "26203" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; +// QTest::newRow("Aldi 2") << "26203" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; QTest::newRow("Vodafone CZ") << "23003" << QStringList{"Vodafone"}; QTest::newRow("1&1") << "26202" << QStringList{"Bild Mobil", "Vodafone", "1&1"}; }