Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
0f5ff0f6
Commit
0f5ff0f6
authored
Oct 29, 2012
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Localizer patch to repair translations in unit tests
parent
50d38916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/ERP5Type/tests/ERP5TypeTestCase.py
product/ERP5Type/tests/ERP5TypeTestCase.py
+2
-1
No files found.
product/ERP5Type/tests/ERP5TypeTestCase.py
View file @
0f5ff0f6
...
@@ -130,9 +130,10 @@ ZopeTestCase.installProduct('Localizer', quiet=install_product_quiet)
...
@@ -130,9 +130,10 @@ ZopeTestCase.installProduct('Localizer', quiet=install_product_quiet)
try
:
try
:
# Workaround Localizer >= 1.2 patch that doesn't work with
# Workaround Localizer >= 1.2 patch that doesn't work with
# ZopeTestCase REQUESTs (it's the same as iHotFix
# ZopeTestCase REQUESTs (it's the same as iHotFix
from
Products.Localizer
import
patches
from
Products.Localizer
import
patches
,
utils
# revert monkey patches from Localizer
# revert monkey patches from Localizer
patches
.
get_request
=
get_request
patches
.
get_request
=
get_request
utils
.
get_request
=
get_request
except
ImportError
:
except
ImportError
:
pass
pass
...
...
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