Merge change 27306 into eclair

* changes:
  Modified the test case name for the browser page load test.
This commit is contained in:
Android (Google) Code Review
2009-09-27 19:07:29 -04:00

View File

@ -21,7 +21,7 @@ public class PowerMeasurement extends ActivityInstrumentationTestCase2<PowerTest
super(PKG_NAME, PowerTestActivity.class);
}
public void testPageLoad() throws Throwable {
public void testPageLoadStaticNYTimes() throws Throwable {
Instrumentation mInst = getInstrumentation();
PowerTestActivity act = getActivity();