enable some useful test cases again

This commit is contained in:
booo 2012-07-06 15:59:38 +02:00
parent 17e8287bdd
commit ccc3f81dfa

View File

@ -80,7 +80,6 @@ test('error handling', function(){
});
test('non-query error', function() {
return false;
var client = new Client({
user:'asldkfjsadlfkj'
@ -90,7 +89,6 @@ test('error handling', function(){
});
test('non-query error with callback', function() {
return false;
var client = new Client({
user:'asldkfjsadlfkj'
});
@ -117,7 +115,6 @@ test('non-error calls supplied callback', function() {
});
test('when connecting to invalid host', function() {
return false;
var client = new Client({
user: 'brian',
password: '1234',
@ -128,7 +125,6 @@ test('when connecting to invalid host', function() {
});
test('when connecting to invalid host with callback', function() {
return false;
var client = new Client({
user: 'brian',
password: '1234',