Move bogus addresses from the good set to the bad set - unicode email

addresses are not currently allowed by the email standards.
This commit is contained in:
Tom Hughes 2010-02-25 21:22:42 +00:00
parent 7f28b7342c
commit 0ec5e8f858

View file

@ -40,9 +40,9 @@ class UserTest < ActiveSupport::TestCase
def test_email_valid
ok = %w{ a@s.com test@shaunmcdonald.me.uk hello_local@ping-d.ng
test_local@openstreetmap.org test-local@example.com
test_local@openstreetmap.org test-local@example.com }
bad = %w{ hi ht@ n@ @.com help@.me.uk help"hi.me.uk も対@応します
@ah.com @s.name }
bad = %w{ hi ht@ n@ @.com help@.me.uk help"hi.me.uk も対@応します }
ok.each do |name|
user = users(:normal_user)