diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-08 13:40:48 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-08 13:40:48 -0700 |
commit | dee456f357eb2c373988f7bc987eeabb8357050e (patch) | |
tree | 3ccec1f73f16155037dacf8fc311d438b450b55f /test/helper.js | |
parent | f3bc5aa84e85167ce1b03df312a93517264f54ef (diff) | |
download | jsCalDAV-dee456f357eb2c373988f7bc987eeabb8357050e.tar.gz |
Hooking up calendar query to calendar resource
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helper.js b/test/helper.js index 306a426..efb2487 100644 --- a/test/helper.js +++ b/test/helper.js @@ -178,6 +178,7 @@ testSupport.lib('templates/calendar_data'); testSupport.lib('templates/calendar_filter'); testSupport.helper('fake_xhr'); + testSupport.lib('request/propfind'); //in the future we need a callback for browser support. if (typeof(callback) !== 'undefined') { |