Include some XML special characters in the changeset feed comment test
This commit is contained in:
parent
bf81e537ab
commit
81857a7446
1 changed files with 3 additions and 1 deletions
|
@ -254,9 +254,11 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
|
||||||
check_feed_result([closed_changeset, changeset])
|
check_feed_result([closed_changeset, changeset])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
##
|
||||||
|
# This should correctly escape XML special characters in the comment
|
||||||
def test_feed_with_comment_tag
|
def test_feed_with_comment_tag
|
||||||
changeset = create(:changeset, :num_changes => 1)
|
changeset = create(:changeset, :num_changes => 1)
|
||||||
create(:changeset_tag, :changeset => changeset, :k => "comment", :v => "tested-changeset-comment")
|
create(:changeset_tag, :changeset => changeset, :k => "comment", :v => "tested<changeset>comment")
|
||||||
|
|
||||||
get history_feed_path(:format => :atom)
|
get history_feed_path(:format => :atom)
|
||||||
assert_response :success
|
assert_response :success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue