Merge "DO NOT MERGE Add test for bug 62187433" into lollipop-mr1-cts-dev
diff --git a/tests/tests/security/res/raw/bug_62187433.mp4 b/tests/tests/security/res/raw/bug_62187433.mp4
new file mode 100644
index 0000000..058d0f4
--- /dev/null
+++ b/tests/tests/security/res/raw/bug_62187433.mp4
Binary files differ
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java
index ed4f950..32d6578 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -69,6 +69,10 @@
before any existing test methods
***********************************************************/
+ public void testStagefright_bug_62187433() throws Exception {
+ doStagefrightTest(R.raw.bug_62187433);
+ }
+
public void testStagefrightANR_bug_62673844() throws Exception {
doStagefrightTestANR(R.raw.bug_62673844);
}