Skip to content

Commit

Permalink
Fixed broken exception test causing bamboo to hang
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Sep 15, 2011
1 parent e2a5e5b commit 7cf2dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exception_handling_test.js
Expand Up @@ -63,7 +63,7 @@ var tests = testCase({
}

// Register handler
process.on("uncaughtException", exceptionCatcher);
process.once("uncaughtException", exceptionCatcher);
// Execute code
client.createCollection('shouldCorrectlyHandleThrownErrorInRename', function(err, r) {
client.collection('shouldCorrectlyHandleThrownError', function(err, collection) {
Expand Down

0 comments on commit 7cf2dc3

Please sign in to comment.