summaryrefslogtreecommitdiff
path: root/tests/units/TaskFilterTest.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-01 17:09:27 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-01 17:09:27 -0400
commita0004fb1731994d7308165667fb1c2a0b1ed37f9 (patch)
tree65316baf6b2010dbf161489bb9b513bd027f2f90 /tests/units/TaskFilterTest.php
parentea24cfb07c38e121613980e35aa8b1d2d65ac72c (diff)
Update iCalendar library to display organizer name
Diffstat (limited to 'tests/units/TaskFilterTest.php')
-rw-r--r--tests/units/TaskFilterTest.php2
1 files changed, 1 insertions, 1 deletions
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);
}