Fixed issue where code for extracting scripts was eclipsed by runTest method.

This commit is contained in:
Guang Zhu
2009-06-02 15:42:48 -07:00
parent b56736b666
commit 3dfd0e131e
2 changed files with 3 additions and 8 deletions

View File

@@ -30,8 +30,7 @@ public class ReliabilityTest extends ActivityInstrumentationTestCase2<Reliabilit
super(PKG_NAME, ReliabilityTestActivity.class);
}
@Override
protected void runTest() throws Throwable {
public void runReliabilityTest() throws Throwable {
ReliabilityTestActivity activity = getActivity();
LayoutTestsAutoRunner runner = (LayoutTestsAutoRunner)getInstrumentation();