From 1bc5fa3e419f1e4cbe9a96f377935750510f026a Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 25 Jan 2013 16:05:02 -0800 Subject: [PATCH] UT: Clean up output. --- test/offer-test.js | 22 +++++++++++----------- test/server-test.js | 4 +--- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/test/offer-test.js b/test/offer-test.js index 97ca2548d6..725ebd230b 100644 --- a/test/offer-test.js +++ b/test/offer-test.js @@ -320,17 +320,17 @@ buster.testCase("Offer tests", { }) .submit(); }, - function (callback) { - self.what = "Display ledger"; - - self.remote.request_ledger('current', true) - .on('success', function (m) { - console.log("Ledger: %s", JSON.stringify(m, undefined, 2)); - - callback(); - }) - .request(); - }, +// function (callback) { +// self.what = "Display ledger"; +// +// self.remote.request_ledger('current', true) +// .on('success', function (m) { +// console.log("Ledger: %s", JSON.stringify(m, undefined, 2)); +// +// callback(); +// }) +// .request(); +// }, function (callback) { self.what = "Create crossing offer."; diff --git a/test/server-test.js b/test/server-test.js index c4502e5f07..dd73127e0f 100644 --- a/test/server-test.js +++ b/test/server-test.js @@ -8,10 +8,8 @@ var Server = require("./server.js").Server; var alpha; buster.testCase("Standalone server startup", { - - "server start and stop" : function (done) { - alpha = Server.from_config("alpha",true); //ADD ,true for verbosity + alpha = Server.from_config("alpha", false); //ADD ,true for verbosity alpha .on('started', function () {