Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
erp5
Commits
31917c18
Commit
31917c18
authored
Mar 02, 2013
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
with lxml 2.3.6, this test can pass.
parent
413d8cfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
bt5/erp5_interfaces/TestTemplateItem/testSOAPBinding.py
bt5/erp5_interfaces/TestTemplateItem/testSOAPBinding.py
+0
-2
bt5/erp5_interfaces/bt/revision
bt5/erp5_interfaces/bt/revision
+1
-1
No files found.
bt5/erp5_interfaces/TestTemplateItem/testSOAPBinding.py
View file @
31917c18
...
...
@@ -28,7 +28,6 @@
import
unittest
import
SOAPpy
from
Products.ERP5Type.tests.backportUnittest
import
expectedFailure
from
Products.ERP5Type.tests.ERP5TypeTestCase
import
ERP5TypeTestCase
from
Products.ERP5.Document.SOAPBinding
import
SOAPBinding
from
spyne.service
import
ServiceBase
...
...
@@ -67,7 +66,6 @@ class TestSoapBinding(ERP5TypeTestCase):
service_class
=
'%s.%s'
%
(
service_class
.
__module__
,
service_class
.
__name__
))
@
expectedFailure
def
testSpyneHelloExample
(
self
):
tns
=
'spyne.examples.hello.soap'
binding
=
self
.
createBinding
(
tns
,
HelloWorldService
)
...
...
bt5/erp5_interfaces/bt/revision
View file @
31917c18
1
\ No newline at end of file
2
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment