UT: Added verbosity and no_server options to setUp routine.

This commit is contained in:
Stefan Thomas
2012-10-23 22:39:30 +02:00
parent b7a40435b8
commit cb2fb10b65
4 changed files with 69 additions and 25 deletions

View File

@@ -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" :