From 3348f14b3d46b172a5b557f81aac526b7e8bf5fb Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Tue, 29 Sep 2009 18:58:36 -0700 Subject: Remove GAIA string --- test-runner/android/test/SyncBaseInstrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-runner/android') diff --git a/test-runner/android/test/SyncBaseInstrumentation.java b/test-runner/android/test/SyncBaseInstrumentation.java index a860bb3..e8d72d9 100644 --- a/test-runner/android/test/SyncBaseInstrumentation.java +++ b/test-runner/android/test/SyncBaseInstrumentation.java @@ -47,7 +47,7 @@ public class SyncBaseInstrumentation extends InstrumentationTestCase { protected void syncProvider(Uri uri, String accountName, String authority) throws Exception { Bundle extras = new Bundle(); extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); - Account account = new Account(accountName, "com.google.GAIA"); + Account account = new Account(accountName, "com.google"); ContentResolver.requestSync(account, authority, extras); long startTimeInMillis = SystemClock.elapsedRealtime(); -- cgit v1.1