[Pkg-owncloud-commits] [php-sabre-vobject] 18/29: Fixed test. Updated changelog. #278

David Prévot taffit at moszumanska.debian.org
Sat Dec 12 19:26:59 UTC 2015


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

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

commit ab51e50db67dfb8215535afa10c518ed3f8955f6
Author: Evert Pot <me at evertpot.com>
Date:   Wed Dec 9 13:36:41 2015 -0500

    Fixed test. Updated changelog. #278
---
 CHANGELOG.md                              | 1 +
 tests/VObject/Component/VCalendarTest.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51f0d2d..9857779 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ ChangeLog
 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now
   `Sabre\VObject\Settings::$maxRecurrences` and is also honored by the
   FreeBusyGenerator.
+* #287: `expand()` did not work correctly on events with sub-components.
 
 
 4.0.0-beta1 (2015-12-02)
diff --git a/tests/VObject/Component/VCalendarTest.php b/tests/VObject/Component/VCalendarTest.php
index 23545dd..4e92760 100644
--- a/tests/VObject/Component/VCalendarTest.php
+++ b/tests/VObject/Component/VCalendarTest.php
@@ -126,7 +126,7 @@ UID:bla4
 SUMMARY:RemoveTZ info
 DTSTART:20111203T120102Z
 BEGIN:VALARM
-TRIGGER;VALUE=DATE-TIME;TZID=America/New_York:20151209T133200
+TRIGGER;VALUE=DATE-TIME:20151209T183200Z
 END:VALARM
 END:VEVENT
 END:VCALENDAR

-- 
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