From 1bfab02d46cff0a6cef679dfbfc72007270b705e Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Fri, 18 Feb 2011 11:13:39 -0800 Subject: fix a bug in crash handling currently, if a page load ended up in Java crash, the crash will be intercepted by test harness and during the test tearDown step, the test status file will be removed, and the harness would think all sites have been loaded successfully Change-Id: Ifc02d7f4b7e76c8e8aad06fff273f9d61060874d --- tests/src/com/android/browser/PopularUrlsTest.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/com/android/browser/PopularUrlsTest.java b/tests/src/com/android/browser/PopularUrlsTest.java index 5e367be..3e7515f 100644 --- a/tests/src/com/android/browser/PopularUrlsTest.java +++ b/tests/src/com/android/browser/PopularUrlsTest.java @@ -305,12 +305,14 @@ public class PopularUrlsTest extends ActivityInstrumentationTestCase2