Skip to content

Commit

Permalink
Follow up to Bug 548735 - Fix test_acctRepair.js
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bienvenu committed Feb 27, 2010
1 parent 63ce399 commit 1023368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mailnews/base/test/unit/test_acctRepair.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ function run_test()
do_check_eq(prefs.getCharPref("mail.accountmanager.accounts"),
"account6,account1");
do_check_eq(prefs.getCharPref("mail.account.account1.server"), "server1");
do_check_eq(prefs.getCharPref("mail.server.server5.deferred_to_account"),
"account1");
let server5 = am.getIncomingServer("server5").QueryInterface(Ci.nsIPop3IncomingServer);
do_check_eq(server5.deferredToAccount, "account1");
}

0 comments on commit 1023368

Please sign in to comment.