Merged r23784 from trunk to 5.0-stable (#42756).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23787 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-05-23 06:36:07 +00:00
parent 6491830d80
commit 3c2b7d0e2e
5 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ class Redmine::ApiTest::NewsTest < Redmine::ApiTest::Base
assert_select "author[id=2][name=\"John Smith\"]"
assert_select 'title', 'eCookbook first release !'
assert_select 'summary', 'First version was released...'
assert_select 'description', "eCookbook 1.0 has been released.\n\nVisit http://ecookbook.somenet.foo/"
assert_select 'description', 'eCookbook 1.0 has been released. Visit http://ecookbook.somenet.foo/'
assert_select 'created_on', News.find(1).created_on.iso8601
end
end