diff options
author | James Lal <james@lightsofapollo.com> | 2013-01-28 11:11:23 -0800 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2013-01-28 11:11:23 -0800 |
commit | a4b6e0a29b42d4ddea8a02d00a97fb49e291bdd5 (patch) | |
tree | bf3539c61581137225f2e848f289271bd7fbb1a7 /test/caldav/sax/dav_response_test.js | |
parent | ee5ae7a9c6ca0ce6136e9b97d4388a1434467b8b (diff) | |
download | jsCalDAV-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/dav_response_test.js')
-rw-r--r-- | test/caldav/sax/dav_response_test.js | 7 |
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' ); |