Bug 699868 - set serverURL in test_syncscheduler.js. a=test-only,trivial (just like Bug 700071).

This commit is contained in:
Richard Newman 2011-11-06 17:54:28 -08:00
parent 59be441fb4
commit c6717e54c4

View File

@ -852,6 +852,7 @@ add_test(function test_loginError_recoverable_reschedules() {
Service.username = "johndoe";
Service.password = "ilovejane";
Service.passphrase = "abcdeabcdeabcdeabcdeabcdea";
Service.serverURL = "http://localhost:8080/";
Service.clusterURL = "http://localhost:8080/";
Service.persistLogin();
Status.resetSync(); // reset Status.login
@ -895,6 +896,7 @@ add_test(function test_loginError_fatal_clearsTriggers() {
Service.username = "johndoe";
Service.password = "ilovejane";
Service.passphrase = "abcdeabcdeabcdeabcdeabcdea";
Service.serverURL = "http://localhost:8080/";
Service.clusterURL = "http://localhost:8080/";
Service.persistLogin();
Status.resetSync(); // reset Status.login