Backout 8ec01f6f316f (bug 705175), a1dc0efef542 (bug 716077), b5686f25b258 (bug 710445), 32f8d3be2ad1 (bug 715309) for mochitest/reftest failures on Android & Windows
This commit is contained in:
@@ -51,16 +51,15 @@ abstract class BaseTest extends ActivityInstrumentationTestCase2<Activity> {
|
||||
mSolo = new Solo(getInstrumentation());
|
||||
mDriver = new FennecNativeDriver(mActivity, mSolo);
|
||||
mActions = new FennecNativeActions(mActivity, mSolo, getInstrumentation());
|
||||
mDriver.setLogFile((String)config.get("logfile"));
|
||||
|
||||
mAsserter = new FennecNativeAssert();
|
||||
mAsserter.setLogFile((String)config.get("logfile"));
|
||||
mAsserter.setTestName(this.getClass().getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void tearDown() throws Exception {
|
||||
try {
|
||||
mAsserter.finalize();
|
||||
mSolo.finalize();
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user