Clean up - Ledger breaking changes.

This commit is contained in:
Arthur Britto
2012-12-21 17:05:31 -08:00
parent 5f38aed8a0
commit c05d4fb559
5 changed files with 7 additions and 9 deletions

View File

@@ -346,9 +346,9 @@ buster.testCase("Offer tests", {
testutils.create_accounts(self.remote, "root", "10000.0", ["alice", "bob", "mtgox"], callback);
},
function (callback) {
self.what = "Owner count undefined.";
self.what = "Owner count 0.";
testutils.verify_owner_count(self.remote, "bob", undefined, callback);
testutils.verify_owner_count(self.remote, "bob", 0, callback);
},
function (callback) {
self.what = "Set limits.";