Opened 13 years ago
Closed 13 years ago
#17197 closed Bug (fixed)
Fix translation leakage in the test_suite
Reported by: | Florian Apolloner | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As currently seen by http://ci.django-cms.org/job/Django/ we do have a translation leakage in the testsuite. Although it doesn't seem to manifest on all systems a paired testrun should give you errors as soon as you pair it with views, or just run the testsuite for "views admin_filters". Attached is a patch which fixes the translation leakage.
Attachments (3)
Change History (6)
by , 13 years ago
Attachment: | fix_testsuite_translation_leakage.diff added |
---|
by , 13 years ago
Attachment: | fix_testsuite_translation_leakage2.diff added |
---|
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | fix_testsuite_translation_leakage3.diff added |
---|
Note:
See TracTickets
for help on using tickets.
New patch which doesn't make the fixed test a noop ;)