From 48a9738a0b6a43600e106788e6c7824bd2f07afd Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Tue, 13 Dec 2016 05:36:13 -0800 Subject: [PATCH] Run inbound parser tests (#1182) They were disabled by 4cdd7a116bab03c6096ab1af8f0f522b04993768 without comment; it seems that this might have been unintentional? In any case, they should probably be enabled, updated, or removed. --- test/unit/connection/inbound-parser-tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/connection/inbound-parser-tests.js b/test/unit/connection/inbound-parser-tests.js index 55d71d57..13e6fd9e 100644 --- a/test/unit/connection/inbound-parser-tests.js +++ b/test/unit/connection/inbound-parser-tests.js @@ -1,5 +1,4 @@ require(__dirname+'/test-helper'); -return false; var Connection = require(__dirname + '/../../../lib/connection'); var buffers = require(__dirname + '/../../test-buffers'); var PARSE = function(buffer) {