diff options
author | James Lal <james@lightsofapollo.com> | 2013-03-06 12:08:36 -0800 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2013-03-06 12:08:36 -0800 |
commit | fbd1d6d84ef1d793fd42bc32aa8bc46f1eb5534b (patch) | |
tree | b52d3bf0aabb1dcb563f5da0c5968f35a1e805cb /test | |
parent | 3c19897e7eb888c8127b19f65462f3f6927a20ce (diff) | |
parent | e36e68c7373e48ba8e12d0b8f837a395bf71ebfb (diff) | |
download | jsCalDAV-fbd1d6d84ef1d793fd42bc32aa8bc46f1eb5534b.tar.gz |
Merge branch 'master' of github.com:mozilla-b2g/caldav
Diffstat (limited to 'test')
-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' ); |