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

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


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

The following commit has been merged in the master branch:
commit c935ea8334c1d132bd6cc778400177ff148dab54
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Jul 7 12:45:13 2014 +0200

    TestSocketLineReader: Ensure we provide a more appropiate message if we fail trying to open a connection to the client
    
    A litle irrelevant change :)
    
    BTW, I'm encounter this test error on Debian kfreebsd i386:
      https://buildd.debian.org/status/fetch.php?pkg=kdeconnect&arch=kfreebsd-i386&ver=0.7-1&stamp=1404242653
    
    Maybe someone have a clue on what is happening here :)
    
    REVIEW: 119091
---
 tests/testsocketlinereader.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/testsocketlinereader.cpp b/tests/testsocketlinereader.cpp
index 797f60a..185816d 100644
--- a/tests/testsocketlinereader.cpp
+++ b/tests/testsocketlinereader.cpp
@@ -79,6 +79,9 @@ void TestSocketLineReader::socketLineReader()
     }
 
     QTcpSocket *sock = mServer->nextPendingConnection();
+
+    QVERIFY2(sock != 0, "Could not open a connection to the client");
+
     mReader = new SocketLineReader(sock, this);
     connect(mReader, SIGNAL(readyRead()), SLOT(newPackage()));
     mTimer.start();

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list