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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:54 UTC 2016


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

The following commit has been merged in the master branch:
commit d3aec4887f9406d9d8eadf16d7b871aab90d1977
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Sat Sep 13 00:16:26 2014 +0200

    Add content to the body that will be serialized
    
    Just to make extra sure that the serializer works correctly.
---
 tests/networkpackagetests.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/networkpackagetests.cpp b/tests/networkpackagetests.cpp
index 6fd9de8..35e14bf 100644
--- a/tests/networkpackagetests.cpp
+++ b/tests/networkpackagetests.cpp
@@ -56,6 +56,7 @@ void NetworkPackageTests::networkPackageTest()
     np.body().remove("hello");
     QCOMPARE( (np.get<QString>("hello","bye")) , QString("bye") );
 
+    np.set("foo", "bar");
     QByteArray ba = np.serialize();
     //qDebug() << "Serialized package:" << ba;
     NetworkPackage np2("");

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list