aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-08 13:40:48 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-08 13:40:48 -0700
commitdee456f357eb2c373988f7bc987eeabb8357050e (patch)
tree3ccec1f73f16155037dacf8fc311d438b450b55f /test/helper.js
parentf3bc5aa84e85167ce1b03df312a93517264f54ef (diff)
downloadjsCalDAV-dee456f357eb2c373988f7bc987eeabb8357050e.tar.gz
Hooking up calendar query to calendar resource
Diffstat (limited to 'test/helper.js')
-rw-r--r--test/helper.js1
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') {