Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
708e9508
Commit
708e9508
authored
Aug 01, 2017
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5_config: Explicitly add erp5_ui_test and erp5_ui_test_core to bt5_list
parent
543c76e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
product/ERP5/Tool/TemplateTool.py
product/ERP5/Tool/TemplateTool.py
+28
-0
No files found.
product/ERP5/Tool/TemplateTool.py
View file @
708e9508
...
...
@@ -1078,10 +1078,38 @@ class TemplateTool (BaseTool):
'title'
:
'erp5_performance_test'
,
'version'
:
'1.0'
}
bp_dict_4
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[
'erp5_ui_test_core'
,],
'description'
:
''
,
'force_install'
:
0
,
'id'
:
'erp5_ui_test'
,
'license'
:
'GPL'
,
'revision'
:
''
,
'test_dependency_list'
:
[],
'provision_list'
:
[],
'title'
:
'erp5_ui_test'
,
'version'
:
'1.0'
}
bp_dict_5
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
'dependency_list'
:
[
'erp5_core'
,
'erp5_xhtml_style'
,],
'description'
:
''
,
'force_install'
:
0
,
'id'
:
'erp5_ui_test_core'
,
'license'
:
'GPL'
,
'revision'
:
''
,
'test_dependency_list'
:
[],
'provision_list'
:
[],
'title'
:
'erp5_ui_test_core'
,
'version'
:
'1.0'
}
if
repository
.
endswith
(
'/bt5'
):
property_dict_list
.
append
(
bp_dict_1
)
property_dict_list
.
append
(
bp_dict_2
)
property_dict_list
.
append
(
bp_dict_3
)
property_dict_list
.
append
(
bp_dict_4
)
property_dict_list
.
append
(
bp_dict_5
)
bm_dict_1
=
{
'copyright_list'
:
[
'Copyright (c) 2001-2017 Nexedi SA'
],
...
...
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