diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-09-09 16:12:29 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-09-09 16:34:28 +0100 |
commit | f46b7d4f0412fdfb66f83685f3e40181013ef4eb (patch) | |
tree | dc43bb0ace887b7c896be8bb51ed95940879e28c | |
parent | 58394228cc5ac2f15708140f15d0cd9119202653 (diff) |
re-enable test-disabled-1-1-tubes.py
This reverts commit f3bacb9a257a1f0094d881f9b831889d463a50d6.
-rw-r--r-- | tests/twisted/avahi/tubes/test-disabled-1-1-tubes.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/twisted/avahi/tubes/test-disabled-1-1-tubes.py b/tests/twisted/avahi/tubes/test-disabled-1-1-tubes.py index 66e38505..0562cc42 100644 --- a/tests/twisted/avahi/tubes/test-disabled-1-1-tubes.py +++ b/tests/twisted/avahi/tubes/test-disabled-1-1-tubes.py @@ -37,10 +37,6 @@ sample_parameters = dbus.Dictionary({ 'i': dbus.Int32(-123), }, signature='sv') -print "FIXME: test-disabled-1-1-tubes.py disabled because 1-1 tubes are enabled" -# exiting 77 causes automake to consider the test to have been skipped -raise SystemExit(77) - def test(q, bus, conn): conn.Connect() q.expect('dbus-signal', signal='StatusChanged', args=[0L, 0L]) |