aboutsummaryrefslogtreecommitdiffstats
path: root/test/webcals/sax/dav_response_test.js
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-26 07:21:43 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-26 07:21:43 +0200
commit646e0b6991c9e85de9b8eee20e601079fb128429 (patch)
treecdd2a21d7816936556eab9f99dd32e8914c2a426 /test/webcals/sax/dav_response_test.js
parent96683161e43fc0101c74f0875d1a2d445afe7e8d (diff)
downloadjsCalDAV-646e0b6991c9e85de9b8eee20e601079fb128429.tar.gz
abstract request
Diffstat (limited to 'test/webcals/sax/dav_response_test.js')
-rw-r--r--test/webcals/sax/dav_response_test.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/webcals/sax/dav_response_test.js b/test/webcals/sax/dav_response_test.js
index 36616b6..1279b84 100644
--- a/test/webcals/sax/dav_response_test.js
+++ b/test/webcals/sax/dav_response_test.js
@@ -2,7 +2,7 @@ requireLib('sax');
requireLib('sax/base');
requireLib('sax/dav_response');
-suite('webcals/sax/base', function() {
+suite('webcals/sax/dav_response', function() {
var data,
subject,
@@ -65,7 +65,6 @@ suite('webcals/sax/base', function() {
test('output', function(done) {
subject.once('complete', function(data) {
- console.log(JSON.stringify(data.multistatus));
assert.deepEqual(
data.multistatus, expected,
"expected \n '" + JSON.stringify(data.multistatus) +