mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: Added verbosity and no_server options to setUp routine.
This commit is contained in:
@@ -13,7 +13,7 @@ var serverDelay = 1500;
|
||||
buster.testRunner.timeout = 5000;
|
||||
|
||||
buster.testCase("// Sending", {
|
||||
'setUp' : testutils.test_setup,
|
||||
'setUp' : testutils.build_setup(),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
|
||||
"send XNS to non-existant account without create." :
|
||||
@@ -235,7 +235,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.test_setup,
|
||||
'setUp' : testutils.build_setup(),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
|
||||
"direct ripple" :
|
||||
|
||||
Reference in New Issue
Block a user