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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
e7e070b9
Commit
e7e070b9
authored
Oct 18, 2012
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix + clean import
parent
b6f79b68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
...ard/TestTemplateItem/testStandardConfigurationWorkflow.py
+1
-2
bt5/erp5_configurator_standard/bt/revision
bt5/erp5_configurator_standard/bt/revision
+1
-1
No files found.
bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
View file @
e7e070b9
...
...
@@ -36,7 +36,6 @@ from Products.ERP5Type.tests.runUnitTest import tests_home
from
Products.ERP5Type.tests.utils
import
FileUpload
from
Products.ERP5Configurator.tests.ConfiguratorTestMixin
import
\
TestLiveConfiguratorWorkflowMixin
from
AccessControl
import
Unauthorized
class
StandardConfigurationMixin
(
TestLiveConfiguratorWorkflowMixin
):
"""
...
...
@@ -367,7 +366,7 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
self
.
assertEquals
([
'trade/sale'
],
preference_tool
.
getPreferredSaleUseList
())
self
.
assertEquals
([
'trade/purchase'
],
preference_tool
.
getPreferredPurchaseUseList
())
self
.
assertEquals
([
'trade/container'
],
preference_tool
.
getPreferredPackingUseList
())
self
.
assertEquals
([
'trade/tax'
]
)
,
preference_tool
.
getPreferredTaxUseList
())
self
.
assertEquals
([
'trade/tax'
],
preference_tool
.
getPreferredTaxUseList
())
def
stepCheckModulesBusinessApplication
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
"""
...
...
bt5/erp5_configurator_standard/bt/revision
View file @
e7e070b9
643
\ No newline at end of file
645
\ 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