From a0004fb1731994d7308165667fb1c2a0b1ed37f9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 1 Aug 2015 17:09:27 -0400 Subject: Update iCalendar library to display organizer name --- tests/units/TaskFilterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/units/TaskFilterTest.php b/tests/units/TaskFilterTest.php index 47fe4e35..5f606d7a 100644 --- a/tests/units/TaskFilterTest.php +++ b/tests/units/TaskFilterTest.php @@ -60,7 +60,7 @@ class TaskFilterTest extends Base $this->assertContains('DTEND;TZID=UTC;VALUE=DATE:'.date('Ymd', strtotime('+5 days')), $ics); $this->assertContains('URL:http://kb/?controller=task&action=show&task_id=1&project_id=1', $ics); $this->assertContains('SUMMARY:#1 task1', $ics); - $this->assertContains('ORGANIZER:MAILTO:bob@localhost', $ics); + $this->assertContains('ORGANIZER;CN=admin:MAILTO:bob@localhost', $ics); $this->assertContains('X-MICROSOFT-CDO-ALLDAYEVENT:TRUE', $ics); } -- cgit v1.2.3