]> source.dussan.org Git - redmine.git/commitdiff
Fix two typos.
authorMarius Balteanu <marius.balteanu@zitec.com>
Tue, 17 May 2022 21:21:41 +0000 (21:21 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Tue, 17 May 2022 21:21:41 +0000 (21:21 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21597 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/attachments_controller_test.rb

index 885a79dbb959f8b940cf80a7c52230987a5e3d67..43d7c35e05027e043344b4ac9baeae2566b8ef3a 100644 (file)
@@ -209,7 +209,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
     end
   end
 
-  def test_show_text_file_formated_markdown
+  def test_show_text_file_formatted_markdown
     set_tmp_attachments_directory
     a = Attachment.new(:container => Issue.find(1),
                        :file => uploaded_test_file('testfile.md', 'text/plain'),
@@ -222,7 +222,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
     assert_select 'div.wiki', :html => "<h1>Header 1</h1>\n\n<h2>Header 2</h2>\n\n<h3>Header 3</h3>"
   end
 
-  def test_show_text_file_fromated_textile
+  def test_show_text_file_formatted_textile
     set_tmp_attachments_directory
     a = Attachment.new(:container => Issue.find(1),
                        :file => uploaded_test_file('testfile.textile', 'text/plain'),