Add a .tld to emails when testing for white space before/after.
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 9 Jan 2011 19:06:02 +0000 (19:06 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 9 Jan 2011 19:06:02 +0000 (19:06 +0000)
commitc59480ada3cca1b2bec63353e4c496857e6e476c
treee7b5697f5a3c7d1d5030af29075a75d760ddc3c0
parent3e52b0bac32bb84ffc1bb30a400d9b13e63f7bdd
Add a .tld to emails when testing for white space before/after.

This might avoid confusion when testing. Currently, an email without
a tld is invalid (ex user@host).  The assertions could have been
invalid just by the lack of tld, not the spaces!
tests/phpunit/includes/UserIsValidEmailAddrTest.php