From 874c924f7a04c79bfab8a597912abbce6a342237 Mon Sep 17 00:00:00 2001 From: bmc Date: Mon, 22 Apr 2013 10:19:08 -0500 Subject: [PATCH] Add test file Forgot to add this to the last commit --- test/integration/client/json-type-parsing-tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/client/json-type-parsing-tests.js b/test/integration/client/json-type-parsing-tests.js index 215e2262..300f093f 100644 --- a/test/integration/client/json-type-parsing-tests.js +++ b/test/integration/client/json-type-parsing-tests.js @@ -2,6 +2,7 @@ var helper = require(__dirname + '/test-helper'); var assert = require('assert'); //if you want binary support, pull request me! if (helper.config.binary) { + console.log('binary mode does not support JSON right now'); return; }