[Pkg-owncloud-commits] [php-sabredav] 21/220: Ensuring mysql testcases will run.

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 9aab5fee2d2510d483c327a9b88d74909b86c2d9
Author: Evert Pot <me at evertpot.com>
Date:   Sun Oct 18 18:40:21 2015 -0400

    Ensuring mysql testcases will run.
---
 tests/Sabre/CalDAV/Backend/PDOMySQLTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php b/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
index fafb151..181e704 100644
--- a/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
+++ b/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
@@ -14,7 +14,7 @@ class PDOMySQLTest extends AbstractPDOTest {
         $pdo = \Sabre\TestUtil::getMySQLDB();
         if (!$pdo) $this->markTestSkipped('Could not connect to mysql database');
 
-        $pdo->query('DROP TABLE IF EXISTS calendarobjects, calendars, calendarchanges, calendarsubscriptions, schedulingobjects');
+        $pdo->query('DROP TABLE IF EXISTS calendarobjects, calendars, calendar_instances, calendarchanges, calendarsubscriptions, schedulingobjects');
 
         $queries = explode(
             ';',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list