-# -*- coding: utf-8 -*-
require "test_helper"
class MessageTest < ActiveSupport::TestCase
# its OK to accept invalid UTF-8 as long as we return it unmodified.
db_msg = msg.class.find(msg.id)
assert_equal char, db_msg.title, "Database silently truncated message title"
-
rescue ArgumentError => ex
assert_equal ex.to_s, "invalid byte sequence in UTF-8"
-
end
end
end