scm: git: replace test repository text file content meaningfully (#24030)

git-svn-id: http://svn.redmine.org/redmine/trunk@19701 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-04-14 12:04:58 +00:00
parent 7ac8a8695c
commit 6d6f765e03
2 changed files with 1 additions and 1 deletions

View File

@@ -605,7 +605,7 @@ class RepositoryGitTest < ActiveSupport::TestCase
repo.fetch_changesets repo.fetch_changesets
@project.reload @project.reload
assert_equal 1, repo.changesets.count assert_equal 1, repo.changesets.count
changeset = repo.find_changeset_by_name('9da6b5c6748cc62ee26616718c9bb0e9acfb3e15') changeset = repo.find_changeset_by_name('d37ec5b2c54b6d1b875888f07571e372acd638c9')
assert_equal "U+1F603\u{1F603} <none@none>", changeset.committer assert_equal "U+1F603\u{1F603} <none@none>", changeset.committer
assert_equal "U+1F603\u{1F603}", changeset.comments assert_equal "U+1F603\u{1F603}", changeset.comments
end end