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
Mukul
erp5
Commits
75352bbb
Commit
75352bbb
authored
Nov 16, 2017
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: clean up business template list
parent
57d6c7d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
bt5/erp5_corporate_identity/TestTemplateItem/portal_components/test.erp5.testCorportateIdentityTemplateUiElements.py
...nts/test.erp5.testCorportateIdentityTemplateUiElements.py
+3
-5
bt5/erp5_corporate_identity/TestTemplateItem/portal_components/test.erp5.testCorportateIdentityTemplates.py
...l_components/test.erp5.testCorportateIdentityTemplates.py
+5
-1
No files found.
bt5/erp5_corporate_identity/TestTemplateItem/portal_components/test.erp5.testCorportateIdentityTemplateUiElements.py
View file @
75352bbb
...
@@ -35,14 +35,12 @@ class TestCorportateIdentityTemplateUiElements(ERP5TypeFunctionalTestCase):
...
@@ -35,14 +35,12 @@ class TestCorportateIdentityTemplateUiElements(ERP5TypeFunctionalTestCase):
def
getBusinessTemplateList
(
self
):
def
getBusinessTemplateList
(
self
):
return
(
return
(
'erp5_
cor
e'
,
'erp5_
bas
e'
,
'erp5_font'
,
'erp5_font'
,
'erp5_web'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_dms'
,
'erp5_crm'
,
'erp5_corporate_identity'
,
'erp5_ui_test_core'
,
'erp5_ui_test_core'
'erp5_ui_test'
'erp5_test_result'
,
)
)
def
test_suite
():
def
test_suite
():
...
...
bt5/erp5_corporate_identity/TestTemplateItem/portal_components/test.erp5.testCorportateIdentityTemplates.py
View file @
75352bbb
...
@@ -65,7 +65,11 @@ class TestCorporateIdentityTemplates(ERP5TypeTestCase):
...
@@ -65,7 +65,11 @@ class TestCorporateIdentityTemplates(ERP5TypeTestCase):
def
getBusinessTemplateList
(
self
):
def
getBusinessTemplateList
(
self
):
return
(
return
(
'erp5_base'
,
'erp5_base'
,
'erp5_corporate_identity'
'erp5_font'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_corporate_identity'
,
'erp5_ui_test_core'
)
)
def
afterSetUp
(
self
):
def
afterSetUp
(
self
):
...
...
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