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
alecs_myu
erp5
Commits
eb48e7f1
Commit
eb48e7f1
authored
Feb 20, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bt installation order to respect dependancies
parent
19708a88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
product/ERP5Type/tests/testFunctionalCore.py
product/ERP5Type/tests/testFunctionalCore.py
+7
-6
No files found.
product/ERP5Type/tests/testFunctionalCore.py
View file @
eb48e7f1
...
@@ -42,12 +42,14 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
...
@@ -42,12 +42,14 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
return
(
'erp5_core_proxy_field_legacy'
,
'erp5_full_text_myisam_catalog'
,
return
(
'erp5_core_proxy_field_legacy'
,
'erp5_full_text_myisam_catalog'
,
'erp5_base'
,
'erp5_ui_test_core'
,
'erp5_ui_test'
,
'erp5_forge'
,
'erp5_base'
,
'erp5_ui_test_core'
,
'erp5_ui_test'
,
'erp5_forge'
,
'erp5_dhtml_style'
,
'erp5_dhtml_ui_test'
,
'erp5_dhtml_style'
,
'erp5_dhtml_ui_test'
,
'erp5_
xhtml_jquery_style'
,
'erp5_jquery'
,
'erp5_jquery_ui
'
,
'erp5_
jquery'
,
'erp5_jquery_ui'
,
'erp5_xhtml_jquery_style
'
,
'erp5_knowledge_pad'
,
'erp5_knowledge_pad'
,
'erp5_trade'
,
'erp5_pdm'
,
'erp5_ooo_import'
,
'erp5_pdm'
,
'erp5_simulation'
,
'erp5_trade'
,
'erp5_ooo_import'
,
'erp5_accounting'
,
'erp5_invoicing'
,
'erp5_accounting'
,
'erp5_invoicing'
,
'erp5_simplified_invoicing'
,
'erp5_project'
,
'erp5_simplified_invoicing'
,
'erp5_project'
,
'erp5_simulation'
,
'erp5_configurator_standard_solver'
,
'erp5_configurator_standard_solver'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_trade_template'
,
'erp5_configurator_standard_accounting_template'
,
'erp5_configurator_standard_accounting_template'
,
...
@@ -57,13 +59,12 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
...
@@ -57,13 +59,12 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
'erp5_pdm_ui_test'
,
'erp5_pdm_ui_test'
,
'erp5_trade_ui_test'
,
'erp5_trade_ui_test'
,
'erp5_project_ui_test'
,
'erp5_project_ui_test'
,
'erp5_ingestion
'
,
'erp5_ingestion_mysql_innodb_catalog
'
,
'erp5_ingestion
_mysql_innodb_catalog'
,
'erp5_ingestion
'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_dms_ui_test'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_dms_ui_test'
,
'erp5_knowledge_pad_ui_test'
,
'erp5_knowledge_pad_ui_test'
,
'erp5_credential'
,
'erp5_cr
m'
,
'erp5_cr
edential'
,
'erp5_rss_style'
,
'erp5_discussion'
,
'erp5_rss_style'
,
'erp5_discussion'
,
'erp5_l10n_fr'
,
'erp5_l10n_fr'
,
'erp5_crm'
,
# erp5_web_ui_test must run at the last, because it logs out
# erp5_web_ui_test must run at the last, because it logs out
# manager user and continue other tests as a user created in
# manager user and continue other tests as a user created in
# that test.
# that test.
...
...
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