summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-17 21:00:56 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-17 21:00:56 +0000
commit524cd689cf8743c389aab6a767a09383891dc5c6 (patch)
tree857334f93146211c3fc88e08ca8da6e5e7437746 /test/functional/repositories_controller_test.rb
parentb4eafd9ea8132534f75e3065c3d36345610e907a (diff)
downloadredmine-524cd689cf8743c389aab6a767a09383891dc5c6.tar.gz
redmine-524cd689cf8743c389aab6a767a09383891dc5c6.zip
Project identifier is now used in URLs (instead of project id).
URLs with a project id will still be recognized. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1007 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_controller_test.rb')
-rw-r--r--test/functional/repositories_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/repositories_controller_test.rb b/test/functional/repositories_controller_test.rb
index 2f0459505..47455dc55 100644
--- a/test/functional/repositories_controller_test.rb
+++ b/test/functional/repositories_controller_test.rb
@@ -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/1?rev=0'}
+ :child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook?rev=0'}
}
assert_tag :tag => "div", :attributes => { :class => "contextual" },
- :child => { :tag => "a", :attributes => { :href => '/repositories/revision/1?rev=2'}
+ :child => { :tag => "a", :attributes => { :href => '/repositories/revision/ecookbook?rev=2'}
}
end