Commit 8a54c455 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes test broken by r1549.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1550 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 5051566e
......@@ -43,10 +43,10 @@ class RepositoriesControllerTest < Test::Unit::TestCase
assert_response :success
assert_template 'revision'
assert_no_tag :tag => "div", :attributes => { :class => "contextual" },
:child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook?rev=0'}
:child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook/0'}
}
assert_tag :tag => "div", :attributes => { :class => "contextual" },
:child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook?rev=2'}
:child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook/2'}
}
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment