aboutsummaryrefslogtreecommitdiffstats
path: root/test/caldav/sax/dav_response_test.js
diff options
context:
space:
mode:
authorMichal Budzynski <michal@virtualdesign.pl>2012-11-06 11:54:07 -0800
committerMichal Budzynski <michal@virtualdesign.pl>2012-11-08 16:16:07 -0800
commitb74223999c5a240306132704177eb9cbb1dc9143 (patch)
treef2980f8379b9abfaebf2fe7d41d0a9415cd13517 /test/caldav/sax/dav_response_test.js
parent84c07224a04189d42abbcd2dbfaf541fa53a90ff (diff)
downloadjsCalDAV-b74223999c5a240306132704177eb9cbb1dc9143.tar.gz
error handler
a error-handling a err
Diffstat (limited to 'test/caldav/sax/dav_response_test.js')
-rw-r--r--test/caldav/sax/dav_response_test.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/caldav/sax/dav_response_test.js b/test/caldav/sax/dav_response_test.js
index 926f975..d435ef8 100644
--- a/test/caldav/sax/dav_response_test.js
+++ b/test/caldav/sax/dav_response_test.js
@@ -85,7 +85,9 @@ suite('caldav/sax/dav_response', function() {
'principal-URL': {
status: '200',
- value: '/calendar/pinc/'
+ value: {
+ href: '/calendar/pinc/'
+ }
},
resourcetype: {
@@ -98,7 +100,7 @@ suite('caldav/sax/dav_response', function() {
'current-user-principal': {
status: '404',
- value: null
+ value: {}
}
},