[Telepathy-commits] [telepathy-gabble/master] remove useless sample_parameters

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Mar 2 04:00:55 PST 2009


---
 tests/twisted/tubes/accept-muc-dbus-tube.py     |    7 -------
 tests/twisted/tubes/accept-private-dbus-tube.py |   14 --------------
 2 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/tests/twisted/tubes/accept-muc-dbus-tube.py b/tests/twisted/tubes/accept-muc-dbus-tube.py
index 8a23716..f939407 100644
--- a/tests/twisted/tubes/accept-muc-dbus-tube.py
+++ b/tests/twisted/tubes/accept-muc-dbus-tube.py
@@ -9,13 +9,6 @@ import ns
 
 from mucutil import join_muc_and_check
 
-sample_parameters = dbus.Dictionary({
-    's': 'hello',
-    'ay': dbus.ByteArray('hello'),
-    'u': dbus.UInt32(123),
-    'i': dbus.Int32(-123),
-    }, signature='sv')
-
 def test(q, bus, conn, stream):
     conn.Connect()
 
diff --git a/tests/twisted/tubes/accept-private-dbus-tube.py b/tests/twisted/tubes/accept-private-dbus-tube.py
index b36c5c9..71575cf 100644
--- a/tests/twisted/tubes/accept-private-dbus-tube.py
+++ b/tests/twisted/tubes/accept-private-dbus-tube.py
@@ -10,20 +10,6 @@ import tubetestutil as t
 
 from twisted.words.xish import domish, xpath
 
-sample_parameters = dbus.Dictionary({
-    's': 'hello',
-    'ay': dbus.ByteArray('hello'),
-    'u': dbus.UInt32(123),
-    'i': dbus.Int32(-123),
-    }, signature='sv')
-
-new_sample_parameters = dbus.Dictionary({
-    's': 'newhello',
-    'ay': dbus.ByteArray('newhello'),
-    'u': dbus.UInt32(123),
-    'i': dbus.Int32(-123),
-    }, signature='sv')
-
 def contact_offer_dbus_tube(bytestream, tube_id):
     iq, si = bytestream.create_si_offer(ns.TUBES)
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list