mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user