first draft

This commit is contained in:
jed
2013-02-05 13:04:38 -08:00
parent 62f6d030c6
commit eb27240610
9 changed files with 200 additions and 20 deletions

View File

@@ -40,8 +40,8 @@ buster.testCase("Fee Changes", {
*/
buster.testCase("Sending", {
'setUp' : testutils.build_setup(),
// 'setUp' : testutils.build_setup({verbose: true , no_server: true}),
//'setUp' : testutils.build_setup(),
'setUp' : testutils.build_setup({verbose: true , no_server: true}),
'tearDown' : testutils.build_teardown(),
"send XRP to non-existent account with insufficent fee" :
@@ -975,7 +975,7 @@ buster.testCase("Indirect ripple", {
});
},
"indirect ripple with path" :
"=> indirect ripple with path" :
function (done) {
var self = this;