From 4840d8cc244369eab2f5c7b7d95213f76302808a Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 16 Nov 2012 14:28:02 -0800 Subject: [PATCH] UT: Clean up send tests. --- test/send-test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/send-test.js b/test/send-test.js index 5bcd6c6c7..043855714 100644 --- a/test/send-test.js +++ b/test/send-test.js @@ -264,11 +264,11 @@ buster.testCase("Sending future", { 'setUp' : testutils.build_setup(), 'tearDown' : testutils.build_teardown(), - "=> direct ripple" : + "direct ripple" : function (done) { var self = this; - self.remote.set_trace(); + // self.remote.set_trace(); async.waterfall([ function (callback) { @@ -299,7 +299,7 @@ buster.testCase("Sending future", { buster.assert(m.result !== 'tesSUCCESS'); }) .submit(); - },/* + }, function (callback) { self.what = "Verify balance."; @@ -435,7 +435,7 @@ buster.testCase("Sending future", { callback(); }) .request(); - },*/ + }, // function (callback) { // // Make sure all is good after canonical ordering. // self.what = "Close the ledger and check balance.";