diff options
author | James Lal <james@lightsofapollo.com> | 2012-07-06 13:20:00 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-07-06 13:20:00 -0700 |
commit | e6fab580162a1cae2165ef88e254df284e6c7208 (patch) | |
tree | ad153321f9001e0f8695c19200467f1504a36a0b /test/caldav/sax | |
parent | 37fcad14f53911b4beed11434598c883bfc6e011 (diff) | |
download | jsCalDAV-e6fab580162a1cae2165ef88e254df284e6c7208.tar.gz |
spec out calendar resource
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 47adca0..f9243e8 100644 --- a/test/caldav/sax/dav_response_test.js +++ b/test/caldav/sax/dav_response_test.js @@ -52,7 +52,7 @@ suite('caldav/sax/dav_response', function() { 'current-user-principal': { status: '404', - value: {} + value: null } }, |