[Pkg-owncloud-commits] [php-sabredav] 24/40: Fixed test.. symantics changed in relation to events in timezones in vobject.

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


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

taffit pushed a commit to tag 3.1.0-alpha2
in repository php-sabredav.

commit 9135e5880ad367331fcf9bf663c280ca81356d88
Author: Evert Pot <me at evertpot.com>
Date:   Tue Aug 11 14:40:49 2015 -0400

    Fixed test.. symantics changed in relation to events in timezones in
    vobject.
---
 tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
index 03be8be..35077d6 100644
--- a/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
+++ b/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
@@ -73,7 +73,7 @@ END:VCALENDAR
 
         $response = $this->request($request);
 
-        $this->assertFalse(strpos($response->body, 'BEGIN:VCALENDAR'));
+        $this->assertTrue(strpos($response->body, 'BEGIN:VCALENDAR'));
 
     }
 

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



More information about the Pkg-owncloud-commits mailing list