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
Xavier Thompson
erp5
Commits
a552b30b
Commit
a552b30b
authored
Dec 30, 2013
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix all bt5 lists according to new dependencies
parent
a82bdf7f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
product/ERP5/tests/testFunctionalRunMyDocSample.py
product/ERP5/tests/testFunctionalRunMyDocSample.py
+3
-3
product/ERP5Configurator/tests/testFunctionalConfigurator.py
product/ERP5Configurator/tests/testFunctionalConfigurator.py
+7
-5
product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
...ct/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
+1
-2
No files found.
product/ERP5/tests/testFunctionalRunMyDocSample.py
View file @
a552b30b
...
@@ -57,9 +57,9 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
...
@@ -57,9 +57,9 @@ class TestZeleniumRunMyDocSample(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_web'
,
'erp5_ingestion'
,
'erp5_base'
,
'erp5_ui_test_core'
,
'erp5_web'
,
'erp5_ingestion'
,
'erp5_
dms'
,
'erp5_jquery_ui'
,
'erp5_web'
,
'erp5_slideshow_style
'
,
'erp5_
jquery'
,
'erp5_dms'
,
'erp5_jquery_ui'
,
'erp5_web
'
,
'erp5_
knowledge_pad
'
,
'erp5_
slideshow_style'
,
'erp5_knowledge_pad'
,
'erp5_run_my_doc
'
,
'erp5_
run_my_doc'
,
'erp5_test_page_test_data
'
)
'erp5_
user_tutorial_ui_test
'
)
def
test_suite
():
def
test_suite
():
suite
=
unittest
.
TestSuite
()
suite
=
unittest
.
TestSuite
()
...
...
product/ERP5Configurator/tests/testFunctionalConfigurator.py
View file @
a552b30b
...
@@ -48,11 +48,13 @@ class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase):
...
@@ -48,11 +48,13 @@ class TestZeleniumConfiguratorStandard(ERP5TypeFunctionalTestCase):
Return the list of business templates.
Return the list of business templates.
"""
"""
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_workflow'
,
'erp5_base'
,
'erp5_workflow'
,
'erp5_configurator'
,
'erp5_configurator'
,
'erp5_configurator_standard'
,
'erp5_configurator_standard'
,
'erp5_jquery'
,
# Test suite
'erp5_ui_test_core'
,
'erp5_ui_test_core'
,
'erp5_configurator_standard_ui_test'
,
'erp5_web'
,
'erp5_ingestion'
,
'erp5_user_tutorial_ui_test'
'erp5_jquery'
,
'erp5_dms'
,
'erp5_jquery_ui'
,
'erp5_web'
,
'erp5_slideshow_style'
,
'erp5_knowledge_pad'
,
'erp5_run_my_doc'
,
'erp5_configurator_standard_ui_test'
,
)
)
def
test_suite
():
def
test_suite
():
...
...
product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
View file @
a552b30b
...
@@ -66,9 +66,8 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
...
@@ -66,9 +66,8 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
'erp5_web'
,
'erp5_dms'
,
'erp5_credential'
,
'erp5_web'
,
'erp5_dms'
,
'erp5_credential'
,
'erp5_rss_style'
,
'erp5_discussion'
,
'erp5_rss_style'
,
'erp5_discussion'
,
'erp5_l10n_fr'
,
'erp5_crm'
,
'erp5_l10n_fr'
,
'erp5_crm'
,
'erp5_user_tutorial_ui_test'
,
'erp5_run_my_doc'
,
'erp5_run_my_doc'
,
'erp5_
test_page_test_data
'
,
'erp5_
user_tutorial_ui_test
'
,
)
)
def
test_suite
():
def
test_suite
():
...
...
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