[telepathy-gabble/master] Swap assertEquals parameters as the expected value comes first.
Mike Ruprecht
mike.ruprecht at collabora.co.uk
Tue Dec 29 05:34:58 PST 2009
---
tests/twisted/jingle/stun-server.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/jingle/stun-server.py b/tests/twisted/jingle/stun-server.py
index 01c4c68..07d2229 100644
--- a/tests/twisted/jingle/stun-server.py
+++ b/tests/twisted/jingle/stun-server.py
@@ -252,7 +252,7 @@ def test_call(q, bus, conn, stream,
test_stun_server(stream_props['STUNServers'],
expected_stun_server, expected_stun_port)
- assertEquals(stream_props['RelayInfo'], expected_relays)
+ assertEquals(expected_relays, stream_props['RelayInfo'])
if __name__ == '__main__':
# StreamedMedia tests
--
1.5.6.5
More information about the telepathy-commits
mailing list