Enable pipe test

This commit is contained in:
Ryan Dahl 2010-10-11 16:08:19 -07:00
parent 1879d8211d
commit ee8522996a

View File

@ -62,7 +62,7 @@ var tcp = net.Server(function (s) {
process.stdout.write(".");
tcpLengthSeen += d.length;
for (var j = 0; j < d.length; j++) {
//assert.equal(buffer[i], d[j]);
assert.equal(buffer[i], d[j]);
i++;
}
});