Merged r2262, r2341 and r2486 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2513 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2009-02-21 19:29:33 +00:00
parent 28e4ff8957
commit 57d10ed893
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ class IssuesControllerTest < Test::Unit::TestCase
end
def test_show_export_to_pdf
get :show, :id => 1, :format => 'pdf'
get :show, :id => 3, :format => 'pdf'
assert_response :success
assert_equal 'application/pdf', @response.content_type
assert @response.body.starts_with?('%PDF')