diff --git a/test/unit/message_test.rb b/test/unit/message_test.rb index b56972704..28c7605ff 100644 --- a/test/unit/message_test.rb +++ b/test/unit/message_test.rb @@ -3,6 +3,12 @@ require File.dirname(__FILE__) + '/../test_helper' class MessageTest < Test::Unit::TestCase fixtures :messages, :users + # This needs to be updated when new fixtures are added + # or removed. + def test_check_message_count + assert_equal 2, Message.count + end + def test_check_empty_message_fails message = Message.new assert !message.valid? @@ -12,4 +18,11 @@ class MessageTest < Test::Unit::TestCase assert true, message.message_read end + def test_validating_msgs + message = messages(:one) + assert_equal true, message.valid? + massage = messages(:two) + assert_equal true, message.valid? + end + end diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index e12750a5f..587fc71fb 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -38,8 +38,10 @@ class UserTest < Test::Unit::TestCase end 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 } - bad = %w{ hi ht@ n@ @.com help@.me.uk help"hi.me.uk } + ok = %w{ a@s.com test@shaunmcdonald.me.uk hello_local@ping-d.ng + test_local@openstreetmap.org test-local@example.com + 輕觸搖晃的遊戲@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) @@ -73,10 +75,12 @@ class UserTest < Test::Unit::TestCase # Due to sanitisation in the view some of these that you might not # expact are allowed # However, would they affect the xml planet dumps? - ok = [ "Name", "'me", "he\"", "#ping", "