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

@@ -699,8 +699,7 @@ suite("Offer tests", function() {
});
});
test("//new user offer_create then ledger_accept then offer_cancel then ledger_accept.", function (done) {
return done();
test.skip("new user offer_create then ledger_accept then offer_cancel then ledger_accept.", function (done) {
var self = this;
var final_create;
@@ -1415,7 +1414,7 @@ suite("Offer cross currency", function() {
$.remote.transaction()
.payment("alice", "bob", "30/EUR/bitstamp")
.send_max("333/USD/mtgox")
.path_add( [ { currency: "XRP" } ])
.pathAdd( [ { currency: "XRP" } ])
.once('submitted', function (m) {
//console.log("PROPOSED: %s", JSON.stringify(m));