[neon/3rdparty/libaccounts-qt/Neon/unstable] debian/patches: again..

Scarlett Moore null at kde.org
Tue Sep 19 18:58:02 BST 2023


Git commit 59d987ba6ec3a2b54b8964b12ffbcaaa3f36d03c by Scarlett Moore.
Committed on 19/09/2023 at 19:57.
Pushed by scarlettmoore into branch 'Neon/unstable'.

again..

M  +3    -3    debian/patches/commit-ca0447d

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/59d987ba6ec3a2b54b8964b12ffbcaaa3f36d03c

diff --git a/debian/patches/commit-ca0447d b/debian/patches/commit-ca0447d
index 1692b8f..733ef2b 100644
--- a/debian/patches/commit-ca0447d
+++ b/debian/patches/commit-ca0447d
@@ -1,4 +1,4 @@
-From 3afc9aa5f9109e9bade769c1ed28b578d2880dd5 Mon Sep 17 00:00:00 2001
+From 59b2c94e0f5ac7dc77163805ea7bda6be72e8137 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,7 +10,7 @@ Content-Transfer-Encoding: 8bit
 
 
 diff --git a/tests/tst_libaccounts.cpp b/tests/tst_libaccounts.cpp
-index 471e3d5..0bba6a3 100644
+index 471e3d5..e406a59 100644
 --- a/tests/tst_libaccounts.cpp
 +++ b/tests/tst_libaccounts.cpp
 @@ -326,7 +326,7 @@ void AccountsTest::testService()
@@ -18,7 +18,7 @@ index 471e3d5..0bba6a3 100644
      QCOMPARE(service.iconName(), QString("general_myservice"));
      QCOMPARE(service.trCatalog(), QString("accounts"));
 -    QStringList tags;
-+    QSet tags;
++    QSet<QString> tags;
      tags << "email" << "e-mail";
      QCOMPARE(service.tags(), tags.toSet());
      // Called twice, because the second time it returns a cached result


More information about the Neon-commits mailing list