didn't mean to check that in

This commit is contained in:
jed
2013-02-06 11:39:47 -08:00
parent 4b2672e115
commit c4cbc509d3

View File

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