Add failing test for native quick disconnect hang

This commit is contained in:
bmc 2013-06-30 12:03:27 -07:00
parent 5806afc8a1
commit 12cc7d53d8

View File

@ -0,0 +1,7 @@
//test for issue #320
//
var helper = require('./test-helper');
var client = new helper.pg.Client(helper.config);
client.connect();
client.end();