[ticket/11608] Logout before searching

Keyword search in search functional tests should be
performed as guests rather than logged in as admin.

PHPBB3-11608
This commit is contained in:
Dhruv 2013-06-14 02:30:43 +05:30
parent f4ca9a30a5
commit ec30fcf819

View file

@ -77,8 +77,12 @@ class phpbb_functional_search_test extends phpbb_functional_test_case
$this->create_search_index($search_backend);
}
$this->logout();
$this->search_found();
$this->search_not_found();
$this->login();
$this->admin_login();
$this->delete_search_index($search_backend);
}