From 81894cbbd8496dee4ea6d62d6ffc820482b4197d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Jul 2014 12:24:21 +0200 Subject: tests/: Add basic iCal import tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tests ical-002.sh and ical-003.sh currently fail due to bugs in duration and exception parsing. Reported-by: HÃ¥kan Jerning Signed-off-by: Lukas Fleischer --- test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 0ff07d3..5e1bfca 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -41,6 +41,9 @@ TESTS = \ event-004.sh \ event-005.sh \ event-006.sh \ + ical-001.sh \ + ical-002.sh \ + ical-003.sh \ next-001.sh \ search-001.sh \ bug-002.sh \ @@ -97,4 +100,7 @@ EXTRA_DIST = \ data/apts-event-006 \ data/apts-recur \ data/conf \ + data/ical-001.ical \ + data/ical-002.ical \ + data/ical-003.ical \ data/todo -- cgit v1.2.3-54-g00ecf