Merged r16059, r16060, r16064, r16072.

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-12-20 16:02:38 +00:00
parent 21a847d01d
commit 5dd1fe1345
29 changed files with 75 additions and 50 deletions

View File

@@ -566,7 +566,7 @@ class ChangesetTest < ActiveSupport::TestCase
:committer => nil)
assert( c.save )
assert_equal "", c.comments
assert_equal nil, c.committer
assert_nil c.committer
assert_equal "UTF-8", c.comments.encoding.to_s
end