JS and UT: XNS -> XRP

This commit is contained in:
Arthur Britto
2012-11-09 15:05:32 -08:00
parent 5fbe7b2015
commit 9174886dbc
3 changed files with 26 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ buster.testCase("Sending", {
'setUp' : testutils.build_setup(),
'tearDown' : testutils.build_teardown(),
"send XNS to non-existant account without create." :
"send XRP to non-existant account without create." :
function (done) {
var self = this;
var ledgers = 20;
@@ -713,6 +713,6 @@ buster.testCase("Indirect ripple", {
});
},
// Direct ripple without no liqudity.
// Test with XRC at start and end.
// Test with XRP at start and end.
});
// vim:sw=2:sts=2:ts=8