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
Léo-Paul Géneau
erp5
Commits
8bae159e
Commit
8bae159e
authored
Jan 16, 2012
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow up recent changes on standard workflow.
parent
f8f26a04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
...ard/TestTemplateItem/testStandardConfigurationWorkflow.py
+2
-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 @
8bae159e
...
...
@@ -524,7 +524,7 @@ class TestStandardConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
default_address_region
):
""" Check if configuration key was created fine """
# last one: a step for what the client selected
organisation_config_save
=
business_configuration
[
'
3
'
]
organisation_config_save
=
business_configuration
[
'
4
'
]
self
.
assertEquals
(
2
,
len
(
organisation_config_save
.
contentValues
()))
# first item: configuration of our organisation
organisation_config_item
=
organisation_config_save
[
'1'
]
...
...
@@ -548,7 +548,7 @@ class TestStandardConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
self
.
assertEquals
(
category_config_item
.
getTitle
(),
'My Organisation'
)
self
.
assertEquals
(
3
,
len
(
business_configuration
.
contentValues
(
portal_type
=
"Configuration Save"
)))
self
.
assertEquals
(
4
,
len
(
business_configuration
.
contentValues
(
portal_type
=
"Configuration Save"
)))
self
.
assertEquals
(
0
,
len
(
business_configuration
.
contentValues
(
portal_type
=
"Link"
)))
def
stepCheckOrganisationConfiguratorItemFrance
(
self
,
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
...
...
bt5/erp5_configurator_standard/bt/revision
View file @
8bae159e
62
1
62
3
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