diff options
author | Yu Shan Emily Lau <yslau@google.com> | 2009-09-27 14:14:10 -0700 |
---|---|---|
committer | Yu Shan Emily Lau <yslau@google.com> | 2009-09-27 14:14:10 -0700 |
commit | 30412d1ce0d65acda8c65a7fbe09a55900647f6a (patch) | |
tree | 4a44c8d7293d8b457a2b41f85eb40cbedcee8b8c | |
parent | db9c3f2e9adb2763ff79aaed9b27df31c71dc735 (diff) | |
download | frameworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.zip frameworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.tar.gz frameworks_base-30412d1ce0d65acda8c65a7fbe09a55900647f6a.tar.bz2 |
Modified the test case name for the browser page load test.
-rw-r--r-- | tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java | 2 |
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(); |