diff options
author | Alban Crequy <alban.crequy@collabora.co.uk> | 2008-12-19 15:44:24 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-02-03 14:34:03 +0000 |
commit | 04d918aa4254bb02d75fe665ebe0f03d9a8c0846 (patch) | |
tree | 104656055435511b390c2d8cb6faee989a28ba2f | |
parent | 263472d346afb53899b2a8052b8d09c5e91734d3 (diff) | |
download | telepathy-salut-04d918aa4254bb02d75fe665ebe0f03d9a8c0846.tar.gz |
Revert "test-two-tubes.py: disable test for now"
This reverts commit bedb3a47bf388873b3f417b1ce7ff1a9352b239c.
-rw-r--r-- | tests/twisted/avahi/test-two-tubes.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/twisted/avahi/test-two-tubes.py b/tests/twisted/avahi/test-two-tubes.py index e2460083..0f3d2fb5 100644 --- a/tests/twisted/avahi/test-two-tubes.py +++ b/tests/twisted/avahi/test-two-tubes.py @@ -31,10 +31,6 @@ sample_parameters = dbus.Dictionary({ test_string = "This string travels on a tube !" -print "FIXME: test-two-tubes.py disabled because 1-1 tubes are disabled for now" -# exiting 77 causes automake to consider the test to have been skipped -raise SystemExit(77) - def test(q, bus, conn): # define a basic tcp server that echoes what the client says, but with |