Commit 31917c18 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

with lxml 2.3.6, this test can pass.

parent 413d8cfd
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
import unittest import unittest
import SOAPpy import SOAPpy
from Products.ERP5Type.tests.backportUnittest import expectedFailure
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5.Document.SOAPBinding import SOAPBinding from Products.ERP5.Document.SOAPBinding import SOAPBinding
from spyne.service import ServiceBase from spyne.service import ServiceBase
...@@ -67,7 +66,6 @@ class TestSoapBinding(ERP5TypeTestCase): ...@@ -67,7 +66,6 @@ class TestSoapBinding(ERP5TypeTestCase):
service_class='%s.%s' % (service_class.__module__, service_class='%s.%s' % (service_class.__module__,
service_class.__name__)) service_class.__name__))
@expectedFailure
def testSpyneHelloExample(self): def testSpyneHelloExample(self):
tns = 'spyne.examples.hello.soap' tns = 'spyne.examples.hello.soap'
binding = self.createBinding(tns, HelloWorldService) binding = self.createBinding(tns, HelloWorldService)
......
1 2
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment