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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
erp5
Commits
62968e03
Commit
62968e03
authored
8 years ago
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update test after addition of new dependencies
parent
66f8e314
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
product/ERP5/tests/testTemplateTool.py
product/ERP5/tests/testTemplateTool.py
+9
-7
No files found.
product/ERP5/tests/testTemplateTool.py
View file @
62968e03
...
...
@@ -728,22 +728,24 @@ class TestTemplateTool(ERP5TypeTestCase):
ordered_list
=
template_tool
.
sortBusinessTemplateList
(
new_bt5_list
)
# group orders
first_group
=
range
(
0
,
6
)
second_group
=
range
(
6
,
8
)
third_group
=
range
(
8
,
10
)
fourth_group
=
range
(
1
0
,
12
)
fifth_group
=
range
(
1
2
,
13
)
first_group
=
range
(
0
,
5
)
second_group
=
range
(
5
,
11
)
third_group
=
range
(
11
,
12
)
fourth_group
=
range
(
1
2
,
14
)
fifth_group
=
range
(
1
4
,
15
)
expected_position_dict
=
{
'erp5_property_sheets'
:
first_group
,
'erp5_core_proxy_field_legacy'
:
first_group
,
'erp5_mysql_innodb_catalog'
:
first_group
,
'erp5_core'
:
first_group
,
'erp5_full_text_mroonga_catalog'
:
first_group
,
'erp5_xhtml_style'
:
first_group
,
'erp5_jquery'
:
second_group
,
'erp5_jquery_ui'
:
second_group
,
'erp5_full_text_mroonga_catalog'
:
second_group
,
'erp5_ingestion_mysql_innodb_catalog'
:
second_group
,
'erp5_base'
:
second_group
,
'erp5_
jquery'
:
thir
d_group
,
'erp5_
knowledge_pad'
:
secon
d_group
,
'erp5_ingestion'
:
third_group
,
'erp5_web'
:
fourth_group
,
'erp5_crm'
:
fourth_group
,
...
...
This diff is collapsed.
Click to expand it.
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