Cleaning my test

This commit is contained in:
Christophe de Vienne
2011-10-07 15:52:44 +02:00
parent 32d909a208
commit 5ff7cc9d31

View File

@@ -200,6 +200,5 @@ class TestSOAP(wsme.tests.protocol.ProtocolTestCase):
def test_wsdl(self):
res = self.app.get('/api.wsdl')
print res.body
assert False
assert res.body.find('NestedOuter_Array') != -1
assert 'ReturntypesGetunicode' in res.body