diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-07 09:00:49 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-07 09:00:49 -0700 |
commit | a3f59b6298d87c3a72c167142546a816b3f2e73d (patch) | |
tree | c7b1d138a2c766ca6fc50093a75e74743c16a2b8 /test/caldav/sax | |
parent | 0541668eaa804770d51e85037c21887c045642c7 (diff) | |
download | jsCalDAV-a3f59b6298d87c3a72c167142546a816b3f2e73d.tar.gz |
More complete parsing of calendar data
Diffstat (limited to 'test/caldav/sax')
-rw-r--r-- | test/caldav/sax/dav_response_test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/caldav/sax/dav_response_test.js b/test/caldav/sax/dav_response_test.js index f9243e8..45bc788 100644 --- a/test/caldav/sax/dav_response_test.js +++ b/test/caldav/sax/dav_response_test.js @@ -1,3 +1,4 @@ +testSupport.lib('responder'); testSupport.lib('sax'); testSupport.lib('sax/base'); testSupport.lib('sax/dav_response'); |