mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
Don't generate urls with params.
git-svn-id: http://svn.redmine.org/redmine/trunk@15631 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -123,7 +123,7 @@ class IssuesTest < Redmine::IntegrationTest
|
||||
get '/issues', :project_id => 'ecookbook'
|
||||
|
||||
%w(Atom PDF CSV).each do |format|
|
||||
assert_select 'a[rel=nofollow][href=?]', "/projects/ecookbook/issues.#{format.downcase}", :text => format
|
||||
assert_select 'a[rel=nofollow][href=?]', "/issues.#{format.downcase}?project_id=ecookbook", :text => format
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user