summaryrefslogtreecommitdiff
path: root/user/kpeople/dont-crash-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-06-04 16:52:38 -0500
committerZach van Rijn <me@zv.io>2022-06-12 23:51:54 +0000
commitbcdd3dc8fb6e5c3109fc4a2911539d86d00dc8eb (patch)
tree8e5930e0e8cf29d0d428ff2529b9d81067e4f980 /user/kpeople/dont-crash-test.patch
parent763fbc26e89d7566ec661ef22a42848d9bf8e0bf (diff)
downloadpackages-bcdd3dc8fb6e5c3109fc4a2911539d86d00dc8eb.tar.gz
packages-bcdd3dc8fb6e5c3109fc4a2911539d86d00dc8eb.tar.bz2
packages-bcdd3dc8fb6e5c3109fc4a2911539d86d00dc8eb.tar.xz
packages-bcdd3dc8fb6e5c3109fc4a2911539d86d00dc8eb.zip
user/[KDE Frameworks]: Update to 5.94.0
Many frameworks have added or removed dependencies. Documentation builds have been fixed for new tag file dependencies. * KIO: Fix build on GCC 8. * Prison: Ensure QR and DTMX barcodes are generated properly on big-endian systems. * Syndication: New framework.
Diffstat (limited to 'user/kpeople/dont-crash-test.patch')
-rw-r--r--user/kpeople/dont-crash-test.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/kpeople/dont-crash-test.patch b/user/kpeople/dont-crash-test.patch
deleted file mode 100644
index e133618be..000000000
--- a/user/kpeople/dont-crash-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/autotests/personsmodeltest.cpp b/autotests/personsmodeltest.cpp
-index 3e5b9a5..ee2123b 100644
---- a/autotests/personsmodeltest.cpp
-+++ b/autotests/personsmodeltest.cpp
-@@ -119,6 +119,7 @@ void PersonsModelTest::gettersTests()
- {
- // Find the index for "kpeople://1" using the QAIModel method
- QModelIndexList indexList = m_model->match(m_model->index(0,0,QModelIndex()), KPeople::PersonsModel::PersonUriRole, QVariant(QStringLiteral("kpeople://1")), 1);
-+ QCOMPARE(indexList.isEmpty(), false);
- QModelIndex personIndex = indexList.first();
-
- // Now get the index using our method