From e9b10e5b16f40cabcd8107d980d1d5291a886def Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 17 Jan 2014 12:57:28 +1300 Subject: [PATCH] Fixing test not auto-following admin/pages/SearchForm With additional modules like Translatable, this test fails because a 301 is issued to redirect the admin/pages/SearchForm request to the correct URL containining a locale in the query string. --- tests/search/CMSMainSearchFormTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/search/CMSMainSearchFormTest.php b/tests/search/CMSMainSearchFormTest.php index 0de41ade..c0de0779 100644 --- a/tests/search/CMSMainSearchFormTest.php +++ b/tests/search/CMSMainSearchFormTest.php @@ -3,8 +3,6 @@ class CMSMainSearchFormTest extends FunctionalTest { protected static $fixture_file = '../controller/CMSMainTest.yml'; - protected $autoFollowRedirection = false; - public function testTitleFilter() { $this->session()->inst_set('loggedInAs', $this->idFromFixture('Member', 'admin'));