UT: clean up.

This commit is contained in:
Arthur Britto
2012-12-30 17:17:43 -08:00
parent 937f9718f8
commit 2d3994d1d3

View File

@@ -113,7 +113,8 @@ buster.testCase("JSON-RPC", {
'url' : "http://" + http_config.ip + ":" + http_config.port,
'streams' : [ 'server' ],
}], function (result) {
console.log(JSON.stringify(result, undefined, 2));
// console.log(JSON.stringify(result, undefined, 2));
buster.assert('random' in result);
done();