[ticket/10945] Remove mark test incomplete for mysql and postgres

PHPBB3-10945
This commit is contained in:
Dhruv 2013-10-11 16:17:55 +05:30
parent 3b6d371310
commit 41fa32bae4
2 changed files with 0 additions and 8 deletions

View file

@ -16,8 +16,4 @@ class phpbb_functional_search_mysql_test extends phpbb_functional_search_base
{
protected $search_backend = '\phpbb\search\fulltext_mysql';
protected function assert_search_not_found($keywords)
{
$this->markTestIncomplete('MySQL search when fails doesn\'t show the search query');
}
}

View file

@ -16,8 +16,4 @@ class phpbb_functional_search_postgres_test extends phpbb_functional_search_base
{
protected $search_backend = '\phpbb\search\fulltext_postgres';
protected function assert_search_not_found($keywords)
{
$this->markTestIncomplete('Postgres search when fails doesn\'t show the search query');
}
}