Fix unit test build

Change-Id: I8fcb16d4b10214668daac73a7cb9e274b07c154c
This commit is contained in:
Todd Kennedy 2011-03-01 08:45:16 -08:00
parent fe68c0e7c2
commit bdf1a7eb6e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class EmailBroadcastProcessorServiceTests extends AccountTestCase {
* Create a simple HostAuth with protocol
*/
private HostAuth setupSimpleHostAuth(String protocol) {
HostAuth hostAuth = ProviderTestUtils.setupHostAuth(protocol, "name", 1L, false, mContext);
HostAuth hostAuth = ProviderTestUtils.setupHostAuth(protocol, "name", false, mContext);
hostAuth.mProtocol = protocol;
return hostAuth;
}