[neon/3rdparty/libaccounts-qt/Neon/unstable] debian/patches: Refresh patch
Scarlett Moore
null at kde.org
Tue Sep 19 18:49:05 BST 2023
Git commit 5f411ce5b277b53ca47dd22c40dec2eb40abdd5b by Scarlett Moore.
Committed on 19/09/2023 at 19:48.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Refresh patch
M +5 -8 debian/patches/commit-ca0447d
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/5f411ce5b277b53ca47dd22c40dec2eb40abdd5b
diff --git a/debian/patches/commit-ca0447d b/debian/patches/commit-ca0447d
index 3bdbc0c..1692b8f 100644
--- a/debian/patches/commit-ca0447d
+++ b/debian/patches/commit-ca0447d
@@ -1,4 +1,4 @@
-From ca0447df5fb30bc03d9e5bdd803af3787cea1aa3 Mon Sep 17 00:00:00 2001
+From 3afc9aa5f9109e9bade769c1ed28b578d2880dd5 Mon Sep 17 00:00:00 2001
From: Scarlett Moore <sgmoore at kde.org>
Date: Tue, 19 Sep 2023 10:29:27 -0700
Subject: Fix tags test as class QList<QString>’ {aka ‘class QList<QString>’}
@@ -10,18 +10,15 @@ Content-Transfer-Encoding: 8bit
diff --git a/tests/tst_libaccounts.cpp b/tests/tst_libaccounts.cpp
-index 471e3d5..45d03ea 100644
+index 471e3d5..0bba6a3 100644
--- a/tests/tst_libaccounts.cpp
+++ b/tests/tst_libaccounts.cpp
-@@ -326,8 +326,9 @@ void AccountsTest::testService()
+@@ -326,7 +326,7 @@ void AccountsTest::testService()
QCOMPARE(service.description(), QStringLiteral("Test description"));
QCOMPARE(service.iconName(), QString("general_myservice"));
QCOMPARE(service.trCatalog(), QString("accounts"));
- QStringList tags;
-- tags << "email" << "e-mail";
-+ QStringList tagsList;
-+ tagsList << "email" << "e-mail";
-+ QSet<QString> tags = QListToQSet(tagsList);
++ QSet tags;
+ tags << "email" << "e-mail";
QCOMPARE(service.tags(), tags.toSet());
// Called twice, because the second time it returns a cached result
- QCOMPARE(service.tags(), tags.toSet());
More information about the Neon-commits
mailing list