diff options
author | Georg Ehrke <developer@georgehrke.com> | 2017-05-21 13:18:58 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2017-05-21 13:27:16 +0200 |
commit | f75b56fc5d9e2dc97d858ee5a0305eb05779910e (patch) | |
tree | 55503a6b8ee9d46940f218a2e8f50dc80a535ced /apps/dav/tests/unit | |
parent | 482805d16fa4216a993acbce0a8e635aad8fd0c5 (diff) | |
download | nextcloud-server-f75b56fc5d9e2dc97d858ee5a0305eb05779910e.tar.gz nextcloud-server-f75b56fc5d9e2dc97d858ee5a0305eb05779910e.zip |
fix replacing of 4MB Unicode Chars in cal props table
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/tests/unit')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/CalDavBackendTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index dc531b5a64a..fa298282d7e 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -539,7 +539,7 @@ CREATED;VALUE=DATE-TIME:20130910T125139Z UID:47d15e3ec8 LAST-MODIFIED;VALUE=DATE-TIME:20130910T125139Z DTSTAMP;VALUE=DATE-TIME:20130910T125139Z -SUMMARY:123 Event +SUMMARY:123 Event 🙈 DTSTART;VALUE=DATE-TIME:20130912T130000Z DTEND;VALUE=DATE-TIME:20130912T140000Z ATTENDEE;CN=test:mailto:foo@bar.com |