From e315b563d905b8415ade63bebed054a26779e11b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 12 Dec 2011 08:07:12 -0200 Subject: [PATCH] Fix a missing functional test --- test/functional/cms_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/cms_controller_test.rb b/test/functional/cms_controller_test.rb index 4bc8bbe..01917c5 100644 --- a/test/functional/cms_controller_test.rb +++ b/test/functional/cms_controller_test.rb @@ -959,7 +959,7 @@ class CmsControllerTest < ActionController::TestCase post :upload_files, :profile => profile.identifier, :parent_id => folder.id, :back_to => @request.referer, :uploaded_files => [fixture_file_upload('files/rails.png', 'image/png')] assert_template nil - assert_redirected_to 'http://localhost/testinguser/test-folder' + assert_redirected_to 'http://colivre.net/testinguser/test-folder' end should 'record when coming from public view on edit files with view true' do -- libgit2 0.21.2