Package: qxmpp / 0.9.3-1

disable_network_tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: disable tests which require a network connection
Author: Jeremy Lainé <jeremy.laine@m4x.org>

diff --git a/tests/tests.pro b/tests/tests.pro
index bbc5989..e4bea5a 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -2,11 +2,9 @@ TEMPLATE = subdirs
 SUBDIRS = \
     qxmpparchiveiq \
     qxmppbindiq \
-    qxmppcallmanager \
     qxmppdataform \
     qxmppdiscoveryiq \
     qxmppentitytimeiq \
-    qxmppiceconnection \
     qxmppiq \
     qxmppjingleiq \
     qxmppmessage \
@@ -25,7 +23,6 @@ SUBDIRS = \
     qxmppstanza \
     qxmppstreamfeatures \
     qxmppstunmessage \
-    qxmpptransfermanager \
     qxmpputils \
     qxmppvcardiq \
     qxmppversioniq