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

@@ -11,7 +11,7 @@ var testutils = require("./testutils.js");
buster.testRunner.timeout = 5000;
buster.testCase("Offer tests", {
'setUp' : testutils.test_setup,
'setUp' : testutils.build_setup(),
'tearDown' : testutils.test_teardown,
"offer create then cancel in one ledger" :