mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: Fixed host configurations and having multiple instances of test suite.
This commit is contained in:
@@ -14,7 +14,7 @@ buster.testRunner.timeout = 5000;
|
||||
|
||||
buster.testCase("// Sending", {
|
||||
'setUp' : testutils.build_setup(),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
'tearDown' : testutils.build_teardown(),
|
||||
|
||||
"send XNS to non-existant account without create." :
|
||||
function (done) {
|
||||
@@ -236,7 +236,7 @@ buster.testCase("// Sending", {
|
||||
// XXX In the future add ledger_accept after partial retry is implemented in the server.
|
||||
buster.testCase("Sending future", {
|
||||
'setUp' : testutils.build_setup(),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
'tearDown' : testutils.build_teardown(),
|
||||
|
||||
"direct ripple" :
|
||||
function (done) {
|
||||
|
||||
Reference in New Issue
Block a user