From ee8522996a6383bd661dea341816c63993eef47f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 11 Oct 2010 16:08:19 -0700 Subject: [PATCH] Enable pipe test --- test/{disabled/pipe-test.js => simple/test-pipe.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{disabled/pipe-test.js => simple/test-pipe.js} (98%) diff --git a/test/disabled/pipe-test.js b/test/simple/test-pipe.js similarity index 98% rename from test/disabled/pipe-test.js rename to test/simple/test-pipe.js index cb0dc686b5..75db48eabb 100644 --- a/test/disabled/pipe-test.js +++ b/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++; } });