]> source.dussan.org Git - redmine.git/commitdiff
fix typo of attachments controller test names
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jan 2013 00:43:36 +0000 (00:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jan 2013 00:43:36 +0000 (00:43 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11180 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/attachments_controller_test.rb

index ead54958f71fcc4936534bc5a4194f9bb5f49d8a..44abadd10656a39444bc444edc9d3a5ba55e05a6 100644 (file)
@@ -50,7 +50,7 @@ class AttachmentsControllerTest < ActionController::TestCase
     set_tmp_attachments_directory
   end
 
-  def test_show_diff_replcace_cannot_convert_content
+  def test_show_diff_replace_cannot_convert_content
     with_settings :repositories_encodings => 'UTF-8' do
       ['inline', 'sbs'].each do |dt|
         # 060719210727_changeset_iso8859-1.diff
@@ -152,7 +152,7 @@ class AttachmentsControllerTest < ActionController::TestCase
                :sibling => { :tag => 'td', :content => /#{str_japanese}/ }
   end
 
-  def test_show_text_file_replcace_cannot_convert_content
+  def test_show_text_file_replace_cannot_convert_content
     set_tmp_attachments_directory
     with_settings :repositories_encodings => 'UTF-8' do
       a = Attachment.new(:container => Issue.find(1),