diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-22 16:49:52 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-22 16:50:08 +0200 |
commit | cede9fd7ef67d07bd8bbc249c190ed219cb8f204 (patch) | |
tree | aef6eb3aaafb8d92b3a6c2c95d257d732b414fb5 /tests/data/testcal.ics | |
parent | ca3447fcdea878ade24caed4ad300697fc132d08 (diff) | |
download | nextcloud-server-cede9fd7ef67d07bd8bbc249c190ed219cb8f204.tar.gz nextcloud-server-cede9fd7ef67d07bd8bbc249c190ed219cb8f204.zip |
Remove unneeded unit tests
Diffstat (limited to 'tests/data/testcal.ics')
-rw-r--r-- | tests/data/testcal.ics | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/data/testcal.ics b/tests/data/testcal.ics deleted file mode 100644 index e05f01ba1c2..00000000000 --- a/tests/data/testcal.ics +++ /dev/null @@ -1,13 +0,0 @@ -BEGIN:VCALENDAR -PRODID:-//some random cal software//EN -VERSION:2.0 -BEGIN:VEVENT -CREATED:20130102T120000Z -LAST-MODIFIED:20130102T120000Z -DTSTAMP:20130102T120000Z -UID:f106ecdf-c716-43ef-9d94-4e6f19f2fcfb -SUMMARY:a test cal file -DTSTART;VALUE=DATE:20130101 -DTEND;VALUE=DATE:20130102 -END:VEVENT -END:VCALENDAR
\ No newline at end of file |