Skip to content

Commit ccc3f81

Browse files
committed
enable some useful test cases again
1 parent 17e8287 commit ccc3f81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/client/error-handling-tests.js

-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ test('error handling', function(){
8080
});
8181

8282
test('non-query error', function() {
83-
return false;
8483

8584
var client = new Client({
8685
user:'asldkfjsadlfkj'
@@ -90,7 +89,6 @@ test('error handling', function(){
9089
});
9190

9291
test('non-query error with callback', function() {
93-
return false;
9492
var client = new Client({
9593
user:'asldkfjsadlfkj'
9694
});
@@ -117,7 +115,6 @@ test('non-error calls supplied callback', function() {
117115
});
118116

119117
test('when connecting to invalid host', function() {
120-
return false;
121118
var client = new Client({
122119
user: 'brian',
123120
password: '1234',
@@ -128,7 +125,6 @@ test('when connecting to invalid host', function() {
128125
});
129126

130127
test('when connecting to invalid host with callback', function() {
131-
return false;
132128
var client = new Client({
133129
user: 'brian',
134130
password: '1234',

0 commit comments

Comments
 (0)