mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
UT: Enable a ripple_path_find unit test.
This commit is contained in:
@@ -1138,12 +1138,12 @@ buster.testCase("Via offers", {
|
||||
});
|
||||
|
||||
buster.testCase("Indirect paths", {
|
||||
// 'setUp' : testutils.build_setup(),
|
||||
'setUp' : testutils.build_setup({ verbose: true }),
|
||||
'setUp' : testutils.build_setup(),
|
||||
// 'setUp' : testutils.build_setup({ verbose: true }),
|
||||
// 'setUp' : testutils.build_setup({ verbose: true, no_server: true }),
|
||||
'tearDown' : testutils.build_teardown(),
|
||||
|
||||
"//path find" :
|
||||
"path find" :
|
||||
function (done) {
|
||||
var self = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user