diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-11-08 23:12:06 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-03-12 11:02:08 +0530 |
commit | 6524513f9d03f6afa42852b6efa3840ee8fda3e7 (patch) | |
tree | 8c218b4bd0a4f50a73a107692bc70f8851e9b9fa /tests/functional/search | |
parent | b5310e95652f009e98d720f0db92fd1cf2551fa8 (diff) | |
download | forums-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.php | 1 |
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() |