From 02df588cf79cc3738278aea501a2d219afb783b5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Feb 2005 11:50:59 +0000 Subject: Fixed tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@786 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/redirect_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller') 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 -- cgit v1.2.3