aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 11:50:59 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 11:50:59 +0000
commit02df588cf79cc3738278aea501a2d219afb783b5 (patch)
tree9210690b3dc4051f248a6db4de1a566d07b950fe /actionpack/test/controller
parentb3bfe13e6c6086719a989c5cae2d84a58ca572d7 (diff)
downloadrails-02df588cf79cc3738278aea501a2d219afb783b5.tar.gz
rails-02df588cf79cc3738278aea501a2d219afb783b5.tar.bz2
rails-02df588cf79cc3738278aea501a2d219afb783b5.zip
Fixed tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@786 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller')
-rwxr-xr-xactionpack/test/controller/redirect_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb
index 6ae26b739d..fafff144df 100755
--- a/actionpack/test/controller/redirect_test.rb
+++ b/actionpack/test/controller/redirect_test.rb
@@ -31,6 +31,6 @@ class RedirectTest < Test::Unit::TestCase
def test_redirect_with_method_reference_and_parameters
get :method_redirect
- assert_redirect_url "http://test.host/redirect/dashboard?message=hello&id=1"
+ assert_redirect_url "http://test.host/redirect/dashboard/1?message=hello"
end
end \ No newline at end of file