diff options
Diffstat (limited to 'test/fixtures/files')
-rw-r--r-- | test/fixtures/files/iso8859-1.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/files/iso8859-1.txt b/test/fixtures/files/iso8859-1.txt new file mode 100644 index 000000000..9bade6ab9 --- /dev/null +++ b/test/fixtures/files/iso8859-1.txt @@ -0,0 +1,13 @@ +Index: trunk/app/controllers/issues_controller.rb +=================================================================== +--- trunk/app/controllers/issues_controller.rb (r�vision 1483) ++++ trunk/app/controllers/issues_controller.rb (r�vision 1484) +@@ -149,7 +149,7 @@ + attach_files(@issue, params[:attachments]) + flash[:notice] = 'Demande cr��e avec succ�s' + Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') +- redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project ++ redirect_to :controller => 'issues', :action => 'show', :id => @issue + return + end + end |