mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
UT: Clean up send tests.
This commit is contained in:
@@ -264,11 +264,11 @@ buster.testCase("Sending future", {
|
|||||||
'setUp' : testutils.build_setup(),
|
'setUp' : testutils.build_setup(),
|
||||||
'tearDown' : testutils.build_teardown(),
|
'tearDown' : testutils.build_teardown(),
|
||||||
|
|
||||||
"=> direct ripple" :
|
"direct ripple" :
|
||||||
function (done) {
|
function (done) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
self.remote.set_trace();
|
// self.remote.set_trace();
|
||||||
|
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
function (callback) {
|
function (callback) {
|
||||||
@@ -299,7 +299,7 @@ buster.testCase("Sending future", {
|
|||||||
buster.assert(m.result !== 'tesSUCCESS');
|
buster.assert(m.result !== 'tesSUCCESS');
|
||||||
})
|
})
|
||||||
.submit();
|
.submit();
|
||||||
},/*
|
},
|
||||||
function (callback) {
|
function (callback) {
|
||||||
self.what = "Verify balance.";
|
self.what = "Verify balance.";
|
||||||
|
|
||||||
@@ -435,7 +435,7 @@ buster.testCase("Sending future", {
|
|||||||
callback();
|
callback();
|
||||||
})
|
})
|
||||||
.request();
|
.request();
|
||||||
},*/
|
},
|
||||||
// function (callback) {
|
// function (callback) {
|
||||||
// // Make sure all is good after canonical ordering.
|
// // Make sure all is good after canonical ordering.
|
||||||
// self.what = "Close the ledger and check balance.";
|
// self.what = "Close the ledger and check balance.";
|
||||||
|
|||||||
Reference in New Issue
Block a user