aboutsummaryrefslogtreecommitdiffstats
path: root/test/caldav/sax
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2013-01-28 11:11:23 -0800
committerJames Lal <james@lightsofapollo.com>2013-01-28 11:11:23 -0800
commita4b6e0a29b42d4ddea8a02d00a97fb49e291bdd5 (patch)
treebf3539c61581137225f2e848f289271bd7fbb1a7 /test/caldav/sax
parentee5ae7a9c6ca0ce6136e9b97d4388a1434467b8b (diff)
downloadjsCalDAV-a4b6e0a29b42d4ddea8a02d00a97fb49e291bdd5.tar.gz
Revert "Merge pull request #10 from mozilla-b2g/empty-propstat"
This reverts commit ee5ae7a9c6ca0ce6136e9b97d4388a1434467b8b, reversing changes made to 75c6e99f3d3ff16cc6f5dc26b7bf1dbbb4b3f648.
Diffstat (limited to 'test/caldav/sax')
-rw-r--r--test/caldav/sax/dav_response_test.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/caldav/sax/dav_response_test.js b/test/caldav/sax/dav_response_test.js
index dd2ecdd..3825043 100644
--- a/test/caldav/sax/dav_response_test.js
+++ b/test/caldav/sax/dav_response_test.js
@@ -83,9 +83,8 @@ suite('caldav/sax/dav_response', function() {
});
expected = {
- '/calendar/fake/': false,
-
'/calendar/user/': {
+
'principal-URL': {
status: '200',
value: {
@@ -136,7 +135,7 @@ suite('caldav/sax/dav_response', function() {
'/calendar/user/',
expected['/calendar/user/']
],
- response[1],
+ response[0],
'/calendar/user/ response'
);
@@ -145,7 +144,7 @@ suite('caldav/sax/dav_response', function() {
'/calendar/other',
expected['/calendar/other']
],
- response[2],
+ response[1],
'/calendar/other/ response'
);