Merge change Ib3191441 into eclair

* changes:
  Add the checking for mediaplayer stress test.
This commit is contained in:
Android (Google) Code Review
2009-11-20 11:59:28 -08:00

View File

@ -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);
} }
} }
} }