Update ripple-lib integration tests

This commit is contained in:
wltsmrz
2014-06-24 14:52:29 -07:00
committed by Nik Bougalis
parent 3d5ae42660
commit 0848e348bb
11 changed files with 1077 additions and 159 deletions

View File

@@ -1013,9 +1013,7 @@ suite('More path finding', function() {
//carol holds mtgoxAUD, sells mtgoxAUD for XRP
//bob will hold mtgoxAUD
//alice pays bob mtgoxAUD using XRP
test("via gateway : FIX ME fails due to XRP rounding and not properly handling dry.", function (done) {
return done();
test.skip("via gateway : FIX ME fails due to XRP rounding and not properly handling dry.", function (done) {
var self = this;
async.waterfall([
@@ -1220,11 +1218,9 @@ suite('Quality paths', function() {
});
});
test("// quality payment (BROKEN DUE TO ROUNDING)", function (done) {
test.skip("quality payment (BROKEN DUE TO ROUNDING)", function (done) {
var self = this;
return done();
async.waterfall([
function (callback) {
self.what = "Create accounts.";