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
f51876bb
Commit
f51876bb
authored
Aug 02, 2011
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5 Configurator: Store Business Template on Business Configuration is not mandatory anymore.
parent
9e0a9384
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
product/ERP5Configurator/tests/ConfiguratorTestMixin.py
product/ERP5Configurator/tests/ConfiguratorTestMixin.py
+0
-11
No files found.
product/ERP5Configurator/tests/ConfiguratorTestMixin.py
View file @
f51876bb
...
...
@@ -538,17 +538,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
bt
=
business_configuration
.
getSpecialiseValue
(
portal_type
=
"Business Template"
)
self
.
assertEquals
(
bc_id
,
bt
.
getTitle
())
self
.
assertEquals
(
bt
.
getInstallationState
(),
'not_installed'
)
self
.
assertEquals
(
bt
.
getBuildingState
(),
'built'
)
# check for links
file_list
=
business_configuration
.
searchFolder
(
portal_type
=
"File"
)
self
.
assertEquals
(
1
,
len
(
file_list
))
self
.
assertEquals
(
business_configuration
.
getSpecialiseTitle
(),
file_list
[
0
].
getTitle
())
file_title_list
=
(
'%s'
%
bc_id
,)
self
.
assertSameSet
(
file_title_list
,
[
f
.
getTitle
()
for
f
in
file_list
])
def
stepCheckConfiguredInstancePreference
(
sequence
=
None
,
sequence_list
=
None
,
**
kw
):
""" Check if the configured instance has appropriate configuration"""
...
...
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