test: fix pummel/test-net-connect-econnrefused
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 8 Aug 2012 23:02:47 +0000 (01:02 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 8 Aug 2012 23:02:48 +0000 (01:02 +0200)
commit6b588007df68b92fb3afe3427189f5954c979176
tree7d45f6da88ccb3d3be9e5ac1304277fd05d92fa9
parent67705555514d6f40fbb9a989c400f824f764e5f7
test: fix pummel/test-net-connect-econnrefused

The test relied on a peculiarity of process.nextTick() that was changed in
commit 4e5fe2d. Before that commit, each nextTick callback corresponded with
the event loop moving forward one tick. That's no longer the case.
test/pummel/test-net-connect-econnrefused.js