From 713c8efcbe7cf3f6dcef9ac31daa31a6db74e6b2 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Wed, 23 Jul 2014 11:14:30 +0700 Subject: [PATCH] Fix intermittently failing send test --- test/send-test.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/send-test.js b/test/send-test.js index f9e82c032e..e83f72ab9b 100644 --- a/test/send-test.js +++ b/test/send-test.js @@ -948,6 +948,11 @@ suite('Gateway', function() { // .submit(); // }, + // We now need to ensure that all prior transactions have executed before + // the next transaction is submitted, as txn application logic has + // changed. + function(next){$.remote.ledger_accept(function(){next();});}, + function (callback) { self.what = "Bob sends Alice 0.5 AUD";