aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2013-01-07 18:39:12 +0100
committerJames Lal <james@lightsofapollo.com>2013-01-07 18:39:12 +0100
commit843b96d1822a28cee8eed1776aa37b6322432249 (patch)
treed39a4be437ce1d0042bca92517ae674d219611b4 /test/helper.js
parent3170505852bbb6379a712ff816e1715f512516ad (diff)
downloadjsCalDAV-843b96d1822a28cee8eed1776aa37b6322432249.tar.gz
don't hold onto .xhr in request
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 64346bd..df0c6d9 100644
--- a/test/helper.js
+++ b/test/helper.js
@@ -173,6 +173,7 @@
testSupport.lib('sax');
testSupport.lib('sax/base');
testSupport.lib('sax/dav_response');
+ testSupport.lib('request/errors');
testSupport.lib('request/abstract');
testSupport.lib('template');
testSupport.helper('fake_xhr');