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

Scarlett Moore null at kde.org
Wed Sep 20 13:13:05 BST 2023


Git commit 22e2e062ec6a5a7ffe61bff695f9fac800a9f09b by Scarlett Moore.
Committed on 20/09/2023 at 14:12.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Fix patch

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

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/22e2e062ec6a5a7ffe61bff695f9fac800a9f09b

diff --git a/debian/patches/commit-ca0447d b/debian/patches/commit-ca0447d
index 5e9ceed..d1cd3c5 100644
--- a/debian/patches/commit-ca0447d
+++ b/debian/patches/commit-ca0447d
@@ -1,4 +1,4 @@
-From d1ba880966e350f772945d7242a226c55947be15 Mon Sep 17 00:00:00 2001
+From d0fa3ac4d3cfe80314033e89a8c18e20a39c296f 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 tests as class QList<QString>’ {aka ‘class QList<QString>’} has
@@ -10,7 +10,7 @@ Content-Transfer-Encoding: 8bit
 
 
 diff --git a/tests/tst_libaccounts.cpp b/tests/tst_libaccounts.cpp
-index 471e3d5..15ff954 100644
+index 471e3d5..b75ccf7 100644
 --- a/tests/tst_libaccounts.cpp
 +++ b/tests/tst_libaccounts.cpp
 @@ -326,11 +326,11 @@ void AccountsTest::testService()
@@ -33,7 +33,7 @@ index 471e3d5..15ff954 100644
      spyEnabled.clear();
  
 -    QStringList expectedChanges;
-+    QSet<String> expectedChanges;
++    QSet<QString> expectedChanges;
      expectedChanges << "parameters/server";
      expectedChanges << "enabled";
 -    QCOMPARE(m_accountServiceChangedFields.toSet(), expectedChanges.toSet());


More information about the Neon-commits mailing list