Enable pipe test
This commit is contained in:
parent
1879d8211d
commit
ee8522996a
@ -62,7 +62,7 @@ var tcp = net.Server(function (s) {
|
|||||||
process.stdout.write(".");
|
process.stdout.write(".");
|
||||||
tcpLengthSeen += d.length;
|
tcpLengthSeen += d.length;
|
||||||
for (var j = 0; j < d.length; j++) {
|
for (var j = 0; j < d.length; j++) {
|
||||||
//assert.equal(buffer[i], d[j]);
|
assert.equal(buffer[i], d[j]);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user