summaryrefslogtreecommitdiffstats
path: root/test/functional/attachments_controller_test.rb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-10-04 19:19:15 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-10-04 19:19:15 +0000
commit9fc669a8880a38dbabb373d1a0303ef10f3ea0f6 (patch)
treea9fb5a8db92de6310d45d6c4e35ffa8bb6dc31f2 /test/functional/attachments_controller_test.rb
parentba635eace99f8552c3364d6b86b07043147c2dac (diff)
downloadredmine-9fc669a8880a38dbabb373d1a0303ef10f3ea0f6.tar.gz
redmine-9fc669a8880a38dbabb373d1a0303ef10f3ea0f6.zip
Make common_mark the default text formatting for new installations (#34863).
git-svn-id: https://svn.redmine.org/redmine/trunk@21897 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/attachments_controller_test.rb')
-rw-r--r--test/functional/attachments_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb
index 43d7c35e0..71c54a774 100644
--- a/test/functional/attachments_controller_test.rb
+++ b/test/functional/attachments_controller_test.rb
@@ -219,7 +219,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
get(:show, :params => {:id => a.id})
assert_response :success
assert_equal 'text/html', @response.media_type
- assert_select 'div.wiki', :html => "<h1>Header 1</h1>\n\n<h2>Header 2</h2>\n\n<h3>Header 3</h3>"
+ assert_select 'div.wiki', :html => "<h1>Header 1</h1>\n<h2>Header 2</h2>\n<h3>Header 3</h3>"
end
def test_show_text_file_formatted_textile