[telepathy-sofiasip/master] Removed user=phone in normalization tests

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Tue Apr 7 09:15:34 PDT 2009


---
 tests/twisted/test-handle-normalisation.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/test-handle-normalisation.py b/tests/twisted/test-handle-normalisation.py
index 8d8981f..cf741eb 100644
--- a/tests/twisted/test-handle-normalisation.py
+++ b/tests/twisted/test-handle-normalisation.py
@@ -12,9 +12,9 @@ def expect_connected(event, data):
     tests = [ ('sip:test at localhost', 'sip:test at localhost'),
         ('test at localhost', 'sip:test at localhost'),
         ('test', 'sip:test at 127.0.0.1'),
-        ('123456789', 'sip:123456789 at 127.0.0.1;user=phone'),
-        ('+123 45-67-89', 'sip:+123456789 at 127.0.0.1;user=phone'),
-        ('(123)\t45.67.89', 'sip:123456789 at 127.0.0.1;user=phone'),
+        ('123456789', 'sip:123456789 at 127.0.0.1'),
+        ('+123 45-67-89', 'sip:+123456789 at 127.0.0.1'),
+        ('(123)\t45.67.89', 'sip:123456789 at 127.0.0.1'),
         ('gt:someone at gmail.com', 'gt:someone at gmail.com'),
         ('SIP:User:PaSS at HoSt;Param=CaseMattersHere',
          'sip:User:PaSS at host;Param=CaseMattersHere'),
-- 
1.5.6.5



More information about the telepathy-commits mailing list