aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/search
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-11-08 23:12:06 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-03-12 11:02:08 +0530
commit6524513f9d03f6afa42852b6efa3840ee8fda3e7 (patch)
tree8c218b4bd0a4f50a73a107692bc70f8851e9b9fa /tests/functional/search
parentb5310e95652f009e98d720f0db92fd1cf2551fa8 (diff)
downloadforums-6524513f9d03f6afa42852b6efa3840ee8fda3e7.tar
forums-6524513f9d03f6afa42852b6efa3840ee8fda3e7.tar.gz
forums-6524513f9d03f6afa42852b6efa3840ee8fda3e7.tar.bz2
forums-6524513f9d03f6afa42852b6efa3840ee8fda3e7.tar.xz
forums-6524513f9d03f6afa42852b6efa3840ee8fda3e7.zip
[ticket/11040] Delete the functional test topic to avoid conflicts
PHPBB3-11040
Diffstat (limited to 'tests/functional/search')
-rw-r--r--tests/functional/search/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/search/base.php b/tests/functional/search/base.php
index cec06e6a5c..979b7ed6bd 100644
--- a/tests/functional/search/base.php
+++ b/tests/functional/search/base.php
@@ -64,6 +64,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
$this->login();
$this->admin_login();
$this->delete_search_index();
+ $this->delete_topic($post['topic_id']);
}
protected function create_search_index()