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

Scarlett Moore null at kde.org
Tue Sep 19 19:31:23 BST 2023


Git commit 559fd02e3a7dcc9316128447848cc95844722cde by Scarlett Moore.
Committed on 19/09/2023 at 20:31.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Again

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

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/559fd02e3a7dcc9316128447848cc95844722cde

diff --git a/debian/patches/commit-ca0447d b/debian/patches/commit-ca0447d
index 6a682ea..73a8723 100644
--- a/debian/patches/commit-ca0447d
+++ b/debian/patches/commit-ca0447d
@@ -1,4 +1,4 @@
-From 63e3c01c34e6848575c286ed4d051717eb9ef3ed Mon Sep 17 00:00:00 2001
+From 49d3e39710a39265cdc10b372f41fc09c4a2830b 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..48cb662 100644
+index 471e3d5..c64bcf4 100644
 --- a/tests/tst_libaccounts.cpp
 +++ b/tests/tst_libaccounts.cpp
 @@ -326,11 +326,11 @@ void AccountsTest::testService()
@@ -21,10 +21,10 @@ index 471e3d5..48cb662 100644
 +    QSet<QString> tags;
      tags << "email" << "e-mail";
 -    QCOMPARE(service.tags(), tags.toSet());
-+    QCOMPARE(service.tags(), tags.toQSet());
++    QCOMPARE(service.tags(), tags);
      // Called twice, because the second time it returns a cached result
 -    QCOMPARE(service.tags(), tags.toSet());
-+    QCOMPARE(service.tags(), tags.toQSet());
++    QCOMPARE(service.tags(), tags);
      QVERIFY(service.hasTag("email"));
      QVERIFY(!service.hasTag("chat"));
  


More information about the Neon-commits mailing list