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
19dfcb4c
Commit
19dfcb4c
authored
Mar 19, 2013
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark test as expected failure as XML generation must be reviewed
parent
3e4039c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
bt5/erp5_tiosafe_oxatis_test/TestTemplateItem/testOxatisSynchronization.py
...oxatis_test/TestTemplateItem/testOxatisSynchronization.py
+2
-1
bt5/erp5_tiosafe_oxatis_test/bt/revision
bt5/erp5_tiosafe_oxatis_test/bt/revision
+1
-1
No files found.
bt5/erp5_tiosafe_oxatis_test/TestTemplateItem/testOxatisSynchronization.py
View file @
19dfcb4c
...
...
@@ -31,7 +31,7 @@ import unittest
from
zLOG
import
LOG
from
Testing
import
ZopeTestCase
from
AccessControl.SecurityManagement
import
newSecurityManager
from
Products.ERP5Type.tests.backportUnittest
import
expectedFailure
class
TestOxatisSynchronization
(
ERP5TypeTestCase
):
"""
...
...
@@ -629,6 +629,7 @@ class TestOxatisSynchronization(ERP5TypeTestCase):
self
.
assertNotEqual
(
sale_order
.
getDestinationDecision
(),
self
.
oxatis
.
getDestination
())
self
.
assertNotEqual
(
sale_order
.
getDestinationAdministration
(),
self
.
oxatis
.
getDestination
())
@
expectedFailure
def
testFullSync
(
self
):
self
.
runPersonSync
()
self
.
runProductSync
()
...
...
bt5/erp5_tiosafe_oxatis_test/bt/revision
View file @
19dfcb4c
73
\ No newline at end of file
74
\ 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