Use assertEquals so we see what is the wrong value if any

This commit is contained in:
Christophe de Vienne 2013-05-04 18:25:29 +02:00
parent 8753691839
commit cab152874c

View File

@ -399,7 +399,7 @@ class TestSOAP(wsme.tests.protocol.ProtocolTestCase):
assert len(sd.ports) == 1
port, methods = sd.ports[0]
assert len(methods) == 47
self.assertEquals(len(methods), 47)
methods = dict(methods)