diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-15 16:32:40 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-15 16:31:03 -0500 |
commit | 109a86520f80062fbcda57bfc81cf0ceda88beff (patch) | |
tree | a2463faa52a00eac115b2934879a8508b9330e35 /tests/test_framework | |
parent | 3408662e16c82ba2e82de3191183af0e4eb3941d (diff) | |
parent | 17a7c4821aa9fb83e8addfd4f32cd8dfdc9d89fc (diff) | |
download | forums-109a86520f80062fbcda57bfc81cf0ceda88beff.tar forums-109a86520f80062fbcda57bfc81cf0ceda88beff.tar.gz forums-109a86520f80062fbcda57bfc81cf0ceda88beff.tar.bz2 forums-109a86520f80062fbcda57bfc81cf0ceda88beff.tar.xz forums-109a86520f80062fbcda57bfc81cf0ceda88beff.zip |
Merge PR #1060 branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11186] Database unit tests fail on windows using sqlite2
Diffstat (limited to 'tests/test_framework')
-rw-r--r-- | tests/test_framework/phpbb_database_test_connection_manager.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_framework/phpbb_database_test_connection_manager.php b/tests/test_framework/phpbb_database_test_connection_manager.php index 25e0972f42..a43215bcf2 100644 --- a/tests/test_framework/phpbb_database_test_connection_manager.php +++ b/tests/test_framework/phpbb_database_test_connection_manager.php @@ -166,12 +166,6 @@ class phpbb_database_test_connection_manager switch ($this->config['dbms']) { case 'sqlite': - if (file_exists($this->config['dbhost'])) - { - unlink($this->config['dbhost']); - } - break; - case 'firebird': $this->connect(); // Drop all of the tables |