Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
Commits
0e1ad534
Commit
0e1ad534
authored
Dec 27, 2013
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dependencies
parent
201458bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
product/ERP5/tests/testFunctionalRunMyDocSample.py
product/ERP5/tests/testFunctionalRunMyDocSample.py
+4
-1
No files found.
product/ERP5/tests/testFunctionalRunMyDocSample.py
View file @
0e1ad534
...
...
@@ -56,7 +56,10 @@ class TestZeleniumRunMyDocSample(ERP5TypeFunctionalTestCase):
Return the list of business templates.
"""
return
(
'erp5_core_proxy_field_legacy'
,
'erp5_full_text_myisam_catalog'
,
'erp5_base'
,
'erp5_ui_test_core'
)
'erp5_base'
,
'erp5_ui_test_core'
,
'erp5_web'
,
'erp5_ingestion'
,
'erp5_dms'
,
'erp5_jquery_ui'
,
'erp5_web'
,
'erp5_slideshow_style'
,
'erp5_knowledge_pad'
,
'erp5_run_my_doc'
,
'erp5_test_page_test_data'
)
def
test_suite
():
suite
=
unittest
.
TestSuite
()
...
...
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