Skip to content

Commit bf138f9

Browse files
committed
Fixed compilation on unix for 0.10.x, 0.12.x and 4.0.0
1 parent ee423ed commit bf138f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/kerberos_tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ exports['Should Correctly Authenticate using kerberos with MongoClient'] = {
2626

2727
// Let's write the actual connection code
2828
MongoClient.connect(format("mongodb://%s@%s/kerberos?authMechanism=GSSAPI&gssapiServiceName=mongodb&maxPoolSize=1", urlEncodedPrincipal, server), function(err, db) {
29+
console.dir(err)
2930
test.equal(null, err);
3031
test.ok(db != null);
3132

0 commit comments

Comments
 (0)