Re-enable old tests

This commit is contained in:
brianc 2016-05-03 13:07:29 -05:00
parent bd4a87d3a0
commit 17697e98d7

View File

@ -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()