Merge "Fix unit test build"

This commit is contained in:
Todd Kennedy 2011-03-01 08:46:15 -08:00 committed by Android (Google) Code Review
commit 4feb5c871b
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;
}