summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/unicode.test
Commit message (Collapse)AuthorAge
* Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in ↵Jennifer Hodgdon2013-04-26
| | | | misc system tests
* Issue #984874 by LSU_JBob, dalin, Albert Volkman, sun: Use ↵webchick2012-01-30
| | | | DrupalUnitTestCase where possible.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with ↵Dries Buytaert2010-08-11
| | | | built-in html_entity_decode().
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #768040 by jhodgdon, janusman, codycraven: truncate_utf8() only ↵Dries Buytaert2010-06-10
| | | | works for latin languages and drupal_substr() had a bug.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #445410 by Damien Tournoud: fix $ tags.Dries Buytaert2009-04-26
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should ↵Dries Buytaert2009-01-02
| | | | support all (X)HTML entities.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
library and fixed some bugs.