Merge change Ib3191441 into eclair
* changes: Add the checking for mediaplayer stress test.
This commit is contained in:
@ -86,6 +86,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi
|
|||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.v(TAG, e.toString());
|
Log.v(TAG, e.toString());
|
||||||
|
assertTrue("testStressHWDecoderRelease", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -139,6 +140,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi
|
|||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.v(TAG, e.toString());
|
Log.v(TAG, e.toString());
|
||||||
|
assertTrue("testStressGetCurrentPosition", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user