summaryrefslogtreecommitdiffstats
path: root/tests/BrowserPowerTest
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2009-09-27 14:14:10 -0700
committerYu Shan Emily Lau <yslau@google.com>2009-09-27 14:14:10 -0700
commit30412d1ce0d65acda8c65a7fbe09a55900647f6a (patch)
tree4a44c8d7293d8b457a2b41f85eb40cbedcee8b8c /tests/BrowserPowerTest
parentdb9c3f2e9adb2763ff79aaed9b27df31c71dc735 (diff)
downloadframeworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.zip
frameworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.tar.gz
frameworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.tar.bz2
Modified the test case name for the browser page load test.
Diffstat (limited to 'tests/BrowserPowerTest')
-rw-r--r--tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java b/tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
index 861e37b..32763b3 100644
--- a/tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
+++ b/tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
@@ -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();