summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-01-13 00:43:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-01-13 00:43:36 +0000
commitc363fc47f368e87f11fa872873abd4cf052644da (patch)
tree13ae76d790190d0a2148af6434e4b70c27a7bf55 /test
parent58dfbde1ea7cc6f8963350b1702b8d53e68d072e (diff)
downloadredmine-c363fc47f368e87f11fa872873abd4cf052644da.tar.gz
redmine-c363fc47f368e87f11fa872873abd4cf052644da.zip
fix typo of attachments controller test names
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11180 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/attachments_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb
index ead54958f..44abadd10 100644
--- a/test/functional/attachments_controller_test.rb
+++ b/test/functional/attachments_controller_test.rb
@@ -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),