Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 507322ca authored by Yu Shan Emily Lau's avatar Yu Shan Emily Lau Committed by Android Git Automerger
Browse files

am 9ed314ce: Merge change Ib3191441 into eclair

Merge commit '9ed314ce' into eclair-mr2

* commit '9ed314ce':
  Add the checking for mediaplayer stress test.
parents 0bbb68fe 9ed314ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi

        } catch (Exception e) {
            Log.v(TAG, e.toString());
            assertTrue("testStressHWDecoderRelease", false);
        }
    }

@@ -139,6 +140,7 @@ public class MediaPlayerStressTest extends ActivityInstrumentationTestCase2<Medi

        } catch (Exception e) {
            Log.v(TAG, e.toString());
            assertTrue("testStressGetCurrentPosition", false);
        }
    }
}