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
Eteri
erp5
Commits
c70793d7
Commit
c70793d7
authored
Mar 18, 2013
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark some test as expectedFailure
parent
3efcc2a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
product/ERP5SyncML/tests/testERP5SyncML.py
product/ERP5SyncML/tests/testERP5SyncML.py
+10
-0
No files found.
product/ERP5SyncML/tests/testERP5SyncML.py
View file @
c70793d7
...
...
@@ -43,6 +43,7 @@ from Products.ERP5SyncML.SyncMLConstant import MAX_LEN
from
Products.ERP5SyncML.Document
import
SyncMLSubscription
from
Products.ERP5SyncML.tests.testERP5SyncMLMixin
import
TestERP5SyncMLMixin
\
as
TestMixin
from
Products.ERP5Type.tests.backportUnittest
import
expectedFailure
class
TestERP5SyncMLMixin
(
TestMixin
):
...
...
@@ -91,6 +92,9 @@ class TestERP5SyncMLMixin(TestMixin):
activity_enabled
=
False
def
getTitle
(
self
):
return
"ERP5SyncML Synchronous"
def
afterSetUp
(
self
):
"""Setup."""
self
.
login
()
...
...
@@ -1242,8 +1246,11 @@ return [context[%r]]
finally
:
SyncMLSubscription
.
MAX_LEN
=
previous_max_lines
@
expectedFailure
def
test_29_SameMessageSentMultipleTime
(
self
):
"""
XXX The way the synchronization is done make it loop forever
With http synchronization, when a message is not well
received, then we send message again, we want to
be sure that is such case we don't do stupid things
...
...
@@ -1836,8 +1843,11 @@ wuIFtde33Dp3NkZl9fc2Rmw6fDp8OnX2RmX19fJibDqV1dXcKwwrDCsMKwwrDCsA=="
self
.
assertEquals
(
person1_s
.
getLastName
(),
self
.
last_name3
)
self
.
checkSynchronizationStateIsSynchronized
()
@
expectedFailure
def
test_36_SynchronizationSubscriptionMaxLines
(
self
):
"""
XXX This has not been implemented in new syncml version
Check that messages are well splited when getting too many lines
"""
self
.
login
()
...
...
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