aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Fix flat event slice for calendars.Hugo Hörnquist2021-11-08
| | | | | | As noted in the fidd, our simple filter-sorted-stream on event-overlaps? missbehaves in some edge cases. The new system "should" work *fingers crossed*.
* Fix minor syntax error for set/r!Hugo Hörnquist2021-08-30
|
* Allow partial change and removal of XML Namespaces.Hugo Hörnquist2021-08-24
| | | | | | | | | | | | | Changing the error to a returnu allows a partial namespace change map, which can sometimes be usefull (and should hopefully not lead to any issues here). Changing assoc-ref to assoc allows the removal of namespaces, since assoc-ref can't differentiate between a match with #f in its cdr, and no match. (assoc-ref '((a . #f)) 'a) ⇒ #f (assoc-ref '((a . #f)) 'b) ⇒ #f
* Add tests for iCal unknown key warnings.Hugo Hörnquist2021-08-24
|
* Warnings are errors when running tests.Hugo Hörnquist2021-08-24
| | | | Should prevent warnings from slipping through the cracks.
* Slightly improve error handling in test-runner.Hugo Hörnquist2021-08-21
|
* Repair BYDAY output for ical serialization.Hugo Hörnquist2021-08-21
| | | | | | I have no idea why the byday case was commented out while implementing xcal output. Either way it's now fixed, and should hopefully stay fixed with some tests.
* Handle types of xcal rrule.Hugo Hörnquist2021-02-01
|
* Clarify commentary for recurrence tests.Hugo Hörnquist2021-01-14
|
* Rename recurrence files.Hugo Hörnquist2021-01-14
|
* Merge several recurrence test files.Hugo Hörnquist2021-01-14
|
* Fix broken test.Hugo Hörnquist2021-01-13
|
* Add script for displaying test commentaries.Hugo Hörnquist2021-01-13
|
* Add example xcal.Hugo Hörnquist2021-01-13
|
* Add additional parse-endpoint-string tests.Hugo Hörnquist2021-01-13
|
* Clarify event-length/clamped test.Hugo Hörnquist2021-01-13
|
* Add commentary to all test files.Hugo Hörnquist2021-01-13
|
* Add commentary to run-tests.Hugo Hörnquist2021-01-13
|
* Remove x-flag from tests/termios.scmHugo Hörnquist2021-01-13
|
* Add test for Reccurence-ID with different DTSTART type.Hugo Hörnquist2020-09-06
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Repair tests.Hugo Hörnquist2020-08-23
|
* Base64 now free floating top level.Hugo Hörnquist2020-08-23
|
* Split module/server into stuff.Hugo Hörnquist2020-08-17
|
* Fixes.Hugo Hörnquist2020-08-17
|
* Start moving stuff out from output.Hugo Hörnquist2020-08-17
|
* Start adding tests for server.Hugo Hörnquist2020-08-12
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Add datetime-.Hugo Hörnquist2020-07-30
|
* Resolve TODO's in test dir.Hugo Hörnquist2020-07-30
|
* Add stream-paginate.Hugo Hörnquist2020-07-30
|
* Merge mod!:s functionality into set!Hugo Hörnquist2020-07-27
|
* Improve opt parsing in test runner.Hugo Hörnquist2020-07-27
|
* Remove badly written performance test.Hugo Hörnquist2020-07-20
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Add preliminary tests for cpp.Hugo Hörnquist2020-07-20
|
* Rename parse component to parse ical.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Finished renamining attribute to property.Hugo Hörnquist2020-07-07
|
* Rename attributes => properties, properties => parameters.Hugo Hörnquist2020-07-07
|
* Add xcal tests.Hugo Hörnquist2020-06-29
|
* Clarify and fix TZ stuff in (datetime).Hugo Hörnquist2020-06-15
|
* Work on parser.Hugo Hörnquist2020-06-15
|
* Add base64 encoder/decoder.Hugo Hörnquist2020-06-13
|
* Change write-form of <datetime>.Hugo Hörnquist2020-06-13
|
* Fix unless-clauses in make-extenders.Hugo Hörnquist2020-06-13
|
* Proof-read all the generated test sets.Hugo Hörnquist2020-06-13
|
* Add generated recurrence sets for tests.Hugo Hörnquist2020-06-13
|
* Date, time & datetime now display themself in read-able forms.Hugo Hörnquist2020-06-13
|
* Move recurrence output test to tests/.Hugo Hörnquist2020-06-13
|