Re-enable old tests
This commit is contained in:
parent
bd4a87d3a0
commit
17697e98d7
@ -20,7 +20,7 @@ var testConstruction = function() {
|
||||
assert.equal(stream._readableState.highWaterMark, 10, 'Client should have been set with a correct highWaterMark.')
|
||||
}
|
||||
|
||||
//testConstruction()
|
||||
testConstruction()
|
||||
|
||||
var testRange = function(top) {
|
||||
var fromClient = client()
|
||||
@ -74,4 +74,4 @@ var testInternalPostgresError = function() {
|
||||
})
|
||||
}
|
||||
|
||||
//testInternalPostgresError()
|
||||
testInternalPostgresError()
|
||||
|
Loading…
Reference in New Issue
Block a user