From cbba1f3ecd54bda183f877a4b873ac9732d77f52 Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Mon, 11 Jul 2011 17:55:48 -0700 Subject: Fix the calls to WebView from non-UI thread in test app WebView is complaining that some calls used in test app is not from UI thread. Change-Id: I7ef61694e3988a663eeedf03463580a93e57fe46 --- tests/src/com/android/browser/PopularUrlsTest.java | 44 +++++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/browser/PopularUrlsTest.java b/tests/src/com/android/browser/PopularUrlsTest.java index f1ab71b..85dc4a3 100644 --- a/tests/src/com/android/browser/PopularUrlsTest.java +++ b/tests/src/com/android/browser/PopularUrlsTest.java @@ -458,7 +458,7 @@ public class PopularUrlsTest extends ActivityInstrumentationTestCase2