diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-09 18:40:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-09 18:40:59 +0000 |
commit | 80a7486f95a39ad3fc0946fad17fe51cff01cec6 (patch) | |
tree | 43e4ce8c5d338458359b5a8cf389972c93ac56f3 /test/integration/issues_test.rb | |
parent | aa0beecad0fa7cd8c62816b4dc7918f03b214b91 (diff) | |
download | redmine-80a7486f95a39ad3fc0946fad17fe51cff01cec6.tar.gz redmine-80a7486f95a39ad3fc0946fad17fe51cff01cec6.zip |
File viewer for attached text files.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1520 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/issues_test.rb')
-rw-r--r-- | test/integration/issues_test.rb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index b9e21719c..1b57ba8f8 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -1,3 +1,20 @@ +# redMine - project management software +# Copyright (C) 2006-2008 Jean-Philippe Lang +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + require "#{File.dirname(__FILE__)}/../test_helper" class IssuesTest < ActionController::IntegrationTest @@ -47,6 +64,7 @@ class IssuesTest < ActionController::IntegrationTest # add then remove 2 attachments to an issue def test_issue_attachements log_user('jsmith', 'jsmith') + set_tmp_attachments_directory post 'issues/edit/1', :notes => 'Some notes', |