From: Tom Hughes Date: Thu, 25 Feb 2010 21:22:42 +0000 (+0000) Subject: Move bogus addresses from the good set to the bad set - unicode email X-Git-Tag: live~6324^2~18 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0ec5e8f8583a70096eee1d62e419904c56009421?hp=7f28b7342c0fa082b3b55eebc5cfdec75c0b0631 Move bogus addresses from the good set to the bad set - unicode email addresses are not currently allowed by the email standards. --- diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index 184c2436a..f1994f4dd 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -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)