[Pkg-owncloud-commits] [php-sabre-vobject] 03/08: Removed test that doesn't work in 3.4 branch

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:23:42 UTC 2015


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

taffit pushed a commit to branch 3
in repository php-sabre-vobject.

commit 82b7378067ca41ad58f8e434a0f0c7cdb9f3a755
Author: Evert Pot <me at evertpot.com>
Date:   Fri Aug 28 22:59:30 2015 +0200

    Removed test that doesn't work in 3.4 branch
---
 tests/VObject/Component/VEventTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/VObject/Component/VEventTest.php b/tests/VObject/Component/VEventTest.php
index 47e764a..b3eec3e 100644
--- a/tests/VObject/Component/VEventTest.php
+++ b/tests/VObject/Component/VEventTest.php
@@ -72,7 +72,6 @@ class VEventTest extends \PHPUnit_Framework_TestCase {
         $vevent7->RRULE = 'FREQ=MONTHLY';
         $tests[] = array($vevent7, new \DateTime('2012-02-01 15:00:00'), new \DateTime('2012-02-02'), true);
         // The timezone of timerange in question should also be considered.
-        $tests[] = array($vevent7, new \DateTime('2012-02-02 00:00:00', new \DateTimeZone('Europe/Berlin')), new \DateTime('2012-02-03 00:00:00', new \DateTimeZone('Europe/Berlin')), false);
 
         // Added this test to check recurring events that have no instances.
         $vevent8 = clone $vevent;

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



More information about the Pkg-owncloud-commits mailing list