summaryrefslogtreecommitdiff
path: root/jstests/auth/auth1.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-02-02 13:16:57 -0800
committerAaron <aaron@10gen.com>2010-02-02 13:16:57 -0800
commita34be8d49938beec19ed83769537483013d8d581 (patch)
treec9fca4f98752cbda6d625f04cd753258415d44ce /jstests/auth/auth1.js
parentccf1d618f50f3e6cda67e8adfb2e0e1fd920d568 (diff)
downloadmongo-a34be8d49938beec19ed83769537483013d8d581.tar.gz
SERVER-258 test debug
Diffstat (limited to 'jstests/auth/auth1.js')
-rw-r--r--jstests/auth/auth1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/auth1.js b/jstests/auth/auth1.js
index d1d46b10b42..53c13cb37aa 100644
--- a/jstests/auth/auth1.js
+++ b/jstests/auth/auth1.js
@@ -66,4 +66,4 @@ var p = { key : { i : true } ,
initial: { count: 0 }
};
-assert.throws( function() { t.group( p ) } );
+assert.throws( function() { printjson( t.group( p ) ) }, "write reduce didn't fail" );