Run inbound parser tests (#1182)

They were disabled by 4cdd7a116b without comment; it seems that this might have been unintentional?

In any case, they should probably be enabled, updated, or removed.
This commit is contained in:
Charmander 2016-12-13 05:36:13 -08:00 committed by Brian C
parent c4879e321d
commit 48a9738a0b

View File

@ -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) {