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
Gabriel Monnerat
erp5
Commits
a4f9929e
Commit
a4f9929e
authored
13 years ago
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install all required Business Template
parent
830268f1
master
asyncscannerjs_copy
bug_20201023-B55C2C
document_scanner_add_filters
fix_erp5_document_scanner
hide_erp5js_validation_text
hide_erp5js_validation_text_backup
prototype
remove_dependency
renderjs_console
support_for_the_developper_mode
support_for_the_developper_mode_cloned
translate_validator_message
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
product/ERP5/tests/testERP5Coordinate.py
product/ERP5/tests/testERP5Coordinate.py
+3
-1
No files found.
product/ERP5/tests/testERP5Coordinate.py
View file @
a4f9929e
...
...
@@ -48,7 +48,9 @@ class TestERP5Coordinate(ERP5TypeTestCase):
"""
Return the list of required business templates.
"""
return
(
'erp5_base'
,)
return
(
'erp5_core_proxy_field_legacy'
,
'erp5_full_text_myisam_catalog'
,
'erp5_base'
,)
def
beforeTearDown
(
self
):
transaction
.
abort
()
...
...
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