]> source.dussan.org Git - redmine.git/commitdiff
Fixes test broken by r1549.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:34:23 +0000 (14:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:34:23 +0000 (14:34 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1550 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_controller_test.rb

index 47455dc55e1330f6e1a689d847e1d72db6c4e3b1..2892f3bd19f9ea19ada5f7da44f2d4dfacd9737d 100644 (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