commit: bf3022627bba28bae7148590d765bb6325df6a92 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Dec 30 22:20:17 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 22:24:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf302262
kde-apps/artikulate: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../artikulate-25.08.2-editorsession-test.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch b/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch deleted file mode 100644 index db101c0deba6..000000000000 --- a/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b527ac775a6a5f1991c924720bd47802f48ad1c5 Mon Sep 17 00:00:00 2001 -From: Andreas Cord-Landwehr <[email protected]> -Date: Sat, 6 Sep 2025 18:00:02 +0200 -Subject: [PATCH] Fix editorsession test - ---- - autotests/unittests/editorsession/test_editorsession.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/autotests/unittests/editorsession/test_editorsession.cpp b/autotests/unittests/editorsession/test_editorsession.cpp -index f0859d12..fd9a4a20 100644 ---- a/autotests/unittests/editorsession/test_editorsession.cpp -+++ b/autotests/unittests/editorsession/test_editorsession.cpp -@@ -159,7 +159,8 @@ void TestEditorSession::iterateCourse() - - // session assumed to initialize with first units's first phrase - QCOMPARE(session.activeUnit(), unitA.get()); -- QCOMPARE(session.activePhrase()->self(), phraseA1); -+ // activating a unit shall not automatially select a phrase -+ QVERIFY(session.activePhrase() == nullptr); - QVERIFY(course.get() == session.course()); - - // test direct unit setters --- -GitLab -
