Browse Source

Enable pipe test

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
ee8522996a
  1. 2
      test/simple/test-pipe.js

2
test/disabled/pipe-test.js → test/simple/test-pipe.js

@ -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++;
}
});
Loading…
Cancel
Save