Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2012 at 05:12 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lars toomre commentedPatch forthcoming for this one!
Comment #2
lars toomre commentedHere is an initial untested patch. This includes some format_string() changes.
Comment #3
jhodgdonSee also #1803674: Remove t() from default test assertions in TestBase class
Comment #4
dcam commented#2 no longer applies due to changes in SimpleTestTest.php.
Comment #5
lars toomre commentedComment #6
Gaelan commentedRe-roll.
Comment #7
Gaelan commentedI am forgetful! :(
Comment #8
Gaelan commentedTag
Comment #9
dcam commentedI reviewed the patch in #6 and it looks good to me. I didn't find any additional t()'s around assert messages.
Comment #9.0
dcam commentedAdded counts from initial patch.
Comment #10
webchickTagging coding standards for Jennifer to take a look at.
Comment #11
jhodgdonThanks! Committed to 8.x. Ready for port!
Comment #12
dcam commentedTagging as Novice.
Comment #13
dcam commentedBackported #6 to D7.
Comment #14
disasm commented#13: 1797514-13-simpletest-t.patch queued for re-testing.
Comment #15
disasm commentedReviewed this patch. It just replaces t() with a plain string for static messages and format_string() for dynamic messages. marking RTBC. I also verified it applies to a clean 7.x.
Comment #16
dcam commented@disasm: Thanks for the review! It will be nice to get one of these committed and closed!
Comment #17
jhodgdonThanks everyone! Another one bites the dust. Committed to 7.x.
Comment #18.0
(not verified) commentedFix summary to say Simpletest instead of Statistics.