Merge ~gsilvapt/kubuntu-packaging/+git/dolphin:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/dolphin:kubuntu_unstable

Proposed by Gustavo Silva
Status: Needs review
Proposed branch: ~gsilvapt/kubuntu-packaging/+git/dolphin:kubuntu_unstable
Merge into: ~kubuntu-packagers/kubuntu-packaging/+git/dolphin:kubuntu_unstable
Diff against target: 43 lines (+0/-32)
2 files modified
debian/patches/series (+0/-1)
dev/null (+0/-31)
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+325805@code.launchpad.net

Description of the change

Remove upstream patch that was causing build failures.

To post a comment you must log in.

Unmerged commits

fe3e4bb... by Gustavo Silva

Remove patch that was causing build failures in KCI

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/patches/series b/debian/patches/series
index dd0827a..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
1upstream_fix_kfileitemmodel_test.diff
diff --git a/debian/patches/upstream_fix_kfileitemmodel_test.diff b/debian/patches/upstream_fix_kfileitemmodel_test.diff
2deleted file mode 1006440deleted file mode 100644
index 0f039c8..0000000
--- a/debian/patches/upstream_fix_kfileitemmodel_test.diff
+++ /dev/null
@@ -1,31 +0,0 @@
1From f6095c86c17be60e7f3b3ce1e02b40777600725e Mon Sep 17 00:00:00 2001
2From: Elvis Angelaccio <elvis.angelaccio@kde.org>
3Date: Wed, 10 May 2017 12:19:12 +0200
4Subject: Fix kfileitemmodeltest
5
6Commit 6dcbb8127c introduced the isHidden role, update the test
7accordingly.
8---
9 src/tests/kfileitemmodeltest.cpp | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
11
12diff --git a/src/tests/kfileitemmodeltest.cpp b/src/tests/kfileitemmodeltest.cpp
13index 59ff630..b8e0895 100644
14--- a/src/tests/kfileitemmodeltest.cpp
15+++ b/src/tests/kfileitemmodeltest.cpp
16@@ -135,10 +135,11 @@ void KFileItemModelTest::cleanup()
17 void KFileItemModelTest::testDefaultRoles()
18 {
19 const QSet<QByteArray> roles = m_model->roles();
20- QCOMPARE(roles.count(), 3);
21+ QCOMPARE(roles.count(), 4);
22 QVERIFY(roles.contains("text"));
23 QVERIFY(roles.contains("isDir"));
24 QVERIFY(roles.contains("isLink"));
25+ QVERIFY(roles.contains("isHidden"));
26 }
27
28 void KFileItemModelTest::testDefaultSortRole()
29--
30cgit v0.11.2
31

Subscribers

People subscribed via source and target branches