summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-10 16:16:48 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-11 15:36:39 +0200
commit874bb274b60716f58ed5cd50d56bb651becaf5f0 (patch)
tree90e01d18b406a4c4617210792cdadb9fad3cd4c7 /tests
parentf975459090db7972390aec5461974a02a8738e00 (diff)
downloadtelepathy-salut-874bb274b60716f58ed5cd50d56bb651becaf5f0.tar.gz
move sidecars.py to TWISTED_AVAHI_TESTS
This test connects a SalutConnection and so will create an Avahi service appearing on the network. https://bugs.freedesktop.org/show_bug.cgi?id=69216
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 1a37388d..80bd01c2 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -2,11 +2,11 @@ TWISTED_TESTS =
TWISTED_BASIC_TESTS = \
cm/protocol.py \
- sidecars.py \
$(NULL)
TWISTED_AVAHI_TESTS = \
caps_helper.py \
+ sidecars.py \
avahi/register.py \
avahi/aliases.py \
avahi/request-im.py \