[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=3269b7a

The following commit has been merged in the master branch:
commit 3269b7a9c2bb3f8ebb30ebc5f10b7c678a111115
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sat Sep 12 15:17:08 2015 +0200

    Fix tests when the Qt mobile app is not built
---
 tests/pluginloadtest.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/pluginloadtest.cpp b/tests/pluginloadtest.cpp
index a2a4bc8..259a47e 100644
--- a/tests/pluginloadtest.cpp
+++ b/tests/pluginloadtest.cpp
@@ -82,6 +82,11 @@ class PluginLoadTest : public QObject
                     d = id;
                 }
             }
+
+            if (!d->loadedPlugins().contains("kdeconnect_remotecontrol")) {
+                QSKIP("kdeconnect_remotecontrol is required for this test");
+            }
+
             QVERIFY(d);
             QVERIFY(d->isPaired());
             QVERIFY(d->isReachable());

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list