Skip to content

Commit

Permalink
test: rename test-regress-nodejsGH-1697
Browse files Browse the repository at this point in the history
Rename the test appropriately alongside mentioning the subsystem
Also, make a few basic changes to make sure the test conforms
to the standard test structure

Refs: nodejs#19105
Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure
  • Loading branch information
ryzokuken committed Mar 6, 2018
1 parent 51e7956 commit 713a7d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

'use strict';
const common = require('../common');

// Make sure the net module's server doesn't throw an error when handling
// responses that are either too long or too small (especially on windows)
// https://github.com/nodejs/node-v0.x-archive/issues/1697

const net = require('net');
const cp = require('child_process');

Expand Down

0 comments on commit 713a7d5

Please sign in to comment.