diff options
author | James Lal <james@lightsofapollo.com> | 2012-09-06 10:15:01 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-09-06 10:15:01 -0700 |
commit | b85e18d5ae1677779876c755db692bbc34413efa (patch) | |
tree | eee8de0a2c7920ead84ac83b47e28abc7404e968 /test/caldav/sax | |
parent | 614340a6ccc4ec45b4b4895df12c075eb3405286 (diff) | |
download | jsCalDAV-b85e18d5ae1677779876c755db692bbc34413efa.tar.gz |
fix misc bugs update ical.js
Diffstat (limited to 'test/caldav/sax')
-rw-r--r-- | test/caldav/sax/dav_response_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/caldav/sax/dav_response_test.js b/test/caldav/sax/dav_response_test.js index cb3d2b7..b8f4716 100644 --- a/test/caldav/sax/dav_response_test.js +++ b/test/caldav/sax/dav_response_test.js @@ -3,7 +3,7 @@ testSupport.lib('sax'); testSupport.lib('sax/base'); testSupport.lib('ical'); testSupport.lib('sax/dav_response'); -require('/lib/ical.js'); +testSupport.lib('../ical'); suite('caldav/sax/dav_response', function() { |