[neon/kde/kio/Neon/release] debian: lint it green

Carlos De Maine null at kde.org
Wed Jan 17 02:19:08 GMT 2024


Git commit 0d9898a239f647bab40b0ad0447c395520c8bdf4 by Carlos De Maine.
Committed on 17/01/2024 at 03:19.
Pushed by carlosdem into branch 'Neon/release'.

lint it green

M  +0    -2    debian/copyright
D  +0    -34   debian/patches/Disable-flaky-test-1.patch
M  +1    -1    debian/patches/series

https://invent.kde.org/neon/kde/kio/-/commit/0d9898a239f647bab40b0ad0447c395520c8bdf4

diff --git a/debian/copyright b/debian/copyright
index 8af89c4..eb14201 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -93,8 +93,6 @@ Files: autotests/deletejobtest.cpp
        src/core/commands_p.h
        src/core/dataprotocol.cpp
        src/core/dataprotocol_p.h
-       src/core/dataslave.cpp
-       src/core/dataslave_p.h
        src/core/filejob.cpp
        src/core/filejob.h
        src/core/global.cpp
diff --git a/debian/patches/Disable-flaky-test-1.patch b/debian/patches/Disable-flaky-test-1.patch
deleted file mode 100644
index e7cd9de..0000000
--- a/debian/patches/Disable-flaky-test-1.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Fri, 17 Aug 2018 14:07:23 +0200
-Subject: Disable flaky test
-
----
- autotests/kfilewidgettest.cpp | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/autotests/kfilewidgettest.cpp b/autotests/kfilewidgettest.cpp
-index 5225bae..3015bb3 100644
---- a/autotests/kfilewidgettest.cpp
-+++ b/autotests/kfilewidgettest.cpp
-@@ -156,17 +156,17 @@ private Q_SLOTS:
- 
-         KFileWidget fw(baseUrl);
-         fw.show();
--        QVERIFY(QTest::qWaitForWindowActive(&fw));
-+        // QVERIFY(QTest::qWaitForWindowActive(&fw));
- 
-         // WHEN
-         fw.setSelection(selection); // now deprecated, this test shows why ;)
- 
-         // THEN
--        QCOMPARE(fw.baseUrl().adjusted(QUrl::StripTrailingSlash), expectedBaseUrl);
-+        // QCOMPARE(fw.baseUrl().adjusted(QUrl::StripTrailingSlash), expectedBaseUrl);
-         //if (QByteArray(QTest::currentDataTag()) == "filename") {
--            QEXPECT_FAIL("filename", "setSelection cannot work with filenames, bad API", Continue);
-+        //    QEXPECT_FAIL("filename", "setSelection cannot work with filenames, bad API", Continue);
-         //}
--        QCOMPARE(fw.locationEdit()->currentText(), expectedCurrentText);
-+        // QCOMPARE(fw.locationEdit()->currentText(), expectedCurrentText);
-     }
- 
-     void testSetSelectedUrl_data()
diff --git a/debian/patches/series b/debian/patches/series
index f1cbdb2..10724d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,4 @@ wait_for_a_bit_longer
 Disable-flaky-test.patch
 Disable-baloo-dependant-tests.patch
 #Disable-flaky-test-1.patch
-runtime_build_switch
\ No newline at end of file
+runtime_build_switch


More information about the Neon-commits mailing list