summaryrefslogtreecommitdiffstats
path: root/test/integration/issues_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/integration/issues_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/integration/issues_test.rb')
-rw-r--r--test/integration/issues_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb
index eac407b1b..702fbc026 100644
--- a/test/integration/issues_test.rb
+++ b/test/integration/issues_test.rb
@@ -24,7 +24,7 @@ class IssuesTest < ActionController::IntegrationTest
assert_kind_of Issue, issue
# check redirection
- assert_redirected_to "projects/1/issues"
+ assert_redirected_to "projects/ecookbook/issues"
follow_redirect!
assert assigns(:issues).include?(issue)