Fixes test broken by r1549.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1550 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-06-15 14:34:23 +00:00
parent 5051566e51
commit 8a54c455b8
1 changed files with 2 additions and 2 deletions

View File

@ -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